Skip to content

Comments

README updates, fail message update#305

Open
steven-schattenberg-itential wants to merge 11 commits intoitential:feature/v4from
steven-schattenberg-itential:feature/v4-certify
Open

README updates, fail message update#305
steven-schattenberg-itential wants to merge 11 commits intoitential:feature/v4from
steven-schattenberg-itential:feature/v4-certify

Conversation

@steven-schattenberg-itential
Copy link
Contributor

No description provided.

@steven-schattenberg-itential steven-schattenberg-itential changed the title Feature/v4 certify README updates, fail message update Feb 23, 2026
@@ -14,7 +14,7 @@
- name: Assert that required env variable is defined
ansible.builtin.assert:
that: env is defined
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you also want to validate that the env is an expected value? Also, for consistency, should we use dev, test and prod (instead of production)?

Comment on lines 37 to -42
1. [MongoDB](#mongodb)
2. [Redis](#redis)
3. [Hashicorp Vault](#hashicorp-vault)
4. [Itential Platform](#itential-platform)
5. [Itential Gateway](#itential-gateway)
6. [Prometheus and Grafana](#prometheus-and-grafana)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need to be re-numbered?


```bash
# Verify everything
ansible-playbook -i <path-to-inventory> playbooks/verify.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ansible-playbook -i <path-to-inventory> playbooks/verify.yml
ansible-playbook -i <path-to-inventory> itential.deployer.verify

vars:
platform_release: 6
# Declare the purpose of the environment to help the verification stage check resources.
# Possible values: "dev", "test", "production"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Possible values: "dev", "test", "production"
# Possible values: "dev", "test", "prod"


```bash
# Certify everything
ansible-playbook -i <path-to-inventory> playbooks/certify.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ansible-playbook -i <path-to-inventory> playbooks/certify.yml
ansible-playbook -i <path-to-inventory> itential.deployer.certify

ansible-playbook -i <path-to-inventory> playbooks/certify_redis.yml

# Certify MongoDB
ansible-playbook -i <path-to-inventory> playbooks/certify_mongodb.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ansible-playbook -i <path-to-inventory> playbooks/certify_mongodb.yml
ansible-playbook -i <path-to-inventory> itential.deployer.certify_mongodb

ansible-playbook -i <path-to-inventory> playbooks/certify_mongodb.yml

# Certify Platform
ansible-playbook -i <path-to-inventory> playbooks/certify_platform.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ansible-playbook -i <path-to-inventory> playbooks/certify_platform.yml
ansible-playbook -i <path-to-inventory> itential.deployer.certify_platform

ansible-playbook -i <path-to-inventory> playbooks/verify.yml

# Verify Redis
ansible-playbook -i <path-to-inventory> playbooks/verify_redis.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ansible-playbook -i <path-to-inventory> playbooks/verify_redis.yml
ansible-playbook -i <path-to-inventory> itential.deployer.verify_redis

ansible-playbook -i <path-to-inventory> playbooks/verify_redis.yml

# Verify MongoDB
ansible-playbook -i <path-to-inventory> playbooks/verify_mongodb.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ansible-playbook -i <path-to-inventory> playbooks/verify_mongodb.yml
ansible-playbook -i <path-to-inventory> itential.deployer.verify_mongodb

ansible-playbook -i <path-to-inventory> playbooks/verify_mongodb.yml

# Verify Platform
ansible-playbook -i <path-to-inventory> playbooks/verify_platform.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ansible-playbook -i <path-to-inventory> playbooks/verify_platform.yml
ansible-playbook -i <path-to-inventory> itential.deployer.verify_platform

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants