Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc update and simple fixes #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

nembery
Copy link

@nembery nembery commented Mar 23, 2018

in order to build the first example 'config/instances.yaml' I had to make these edits.
With this PR the following command successfully built a single node k8 cluster w/ contrail

ansible-playbook -e orchestrator=kubernetes -i inventory/ playbooks/install_contrail.yml

I also updated the README to reflect the fact that orchestrator=none doesn't actually work and in fact needs to be kubernetes, openstack, or possibly vcenter, but none def does not work.

If there is a different preferred way to relay this info as opposed to PR, just let me know

Nathan Embery added 3 commits March 23, 2018 08:58
orchestrator=none breaks the 'set_fact' default_role task in install_contrail.yaml
in the case where using default roles and orchestrator=kubernetes the 'add openstack controllers to the list' task will fail as the hostvars variable will not have a roles key. Adding a when conditional skips this. However, this may STILL fail when using default roles and orchestrator=openstack
ssh_user is a required variable. Also, registry and version were updated to default values as well
@Andrey-mp
Copy link
Member

commits are forbidden for this repo via pull requests. please use review.opencontrail.org

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