We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sesdev command line:
sesdev create octopus --ceph-salt-repo https://github.com/smithfarm/ceph-salt.git --ceph-salt-branch wip-fix-broken-osd-deploy --ceph-container-image="registry.opensuse.org/filesystems/ceph/master/upstream/images/ceph/ceph" --no-deploy-mons --no-deploy-mgrs --no-deploy-osds octopus_test1
Results in:
admin: | o- Mgr .......................................................................................................... [Minions: 3] admin: | | o- node1.octopus_test1.com .............................................................................. [other roles: mon] admin: | | o- node2.octopus_test1.com .............................................................................. [other roles: mon] admin: | | o- node3.octopus_test1.com .............................................................................. [other roles: mon] ... admin: o- Deployment .............................................................................................................. [...] admin: | o- Bootstrap ......................................................................................................... [enabled] admin: | o- Dashboard ............................................................................................................. [...] admin: | | o- password ............................................................................................................ [***] admin: | | o- username .......................................................................................................... [admin] admin: | o- Mgr ............................................................................................................... [enabled] admin: | o- Mon .............................................................................................................. [disabled] admin: | o- OSD .............................................................................................................. [disabled]
which is wrong. With --no-deploy-mgrs it should say:
--no-deploy-mgrs
admin: | o- Mgr ............................................................................................................... [disabled]
The text was updated successfully, but these errors were encountered:
seslib: fix --no-deploy-mgrs option not working
05d4f00
Fixes: SUSE#121 Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
Successfully merging a pull request may close this issue.
sesdev command line:
Results in:
which is wrong. With
--no-deploy-mgrs
it should say:The text was updated successfully, but these errors were encountered: