Bug 1241668
| Summary: | 'openstack help overcloud deploy' : doesn't cover comments/explanation for all deployment --arguments | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Omri Hochman <ohochman> |
| Component: | python-rdomanager-oscplugin | Assignee: | Lennart Regebro <lregebro> |
| Status: | CLOSED ERRATA | QA Contact: | Omri Hochman <ohochman> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.0 (Kilo) | CC: | akrivoka, calfonso, gfidente, jslagle, lregebro, mburns, oblaut, rhel-osp-director-maint |
| Target Milestone: | y1 | Keywords: | Triaged, ZStream |
| Target Release: | 7.0 (Kilo) | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | python-rdomanager-oscplugin-0.0.9-2.el7ost | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-10-08 12:10:37 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1241148 | ||
|
Description
Omri Hochman
2015-07-09 18:42:49 UTC
These parameters have been removed from the overcloud deploy command. Not all parameters have help-text though, so I'm keeping this open as we probably want to add help text to all those parameters. --control-scale CONTROL_SCALE --compute-scale COMPUTE_SCALE --ceph-storage-scale CEPH_STORAGE_SCALE --block-storage-scale BLOCK_STORAGE_SCALE --swift-storage-scale SWIFT_STORAGE_SCALE --neutron-flat-networks NEUTRON_FLAT_NETWORKS --neutron-physical-bridge NEUTRON_PHYSICAL_BRIDGE --neutron-bridge-mappings NEUTRON_BRIDGE_MAPPINGS --neutron-public-interface NEUTRON_PUBLIC_INTERFACE --hypervisor-neutron-public-interface HYPERVISOR_NEUTRON_PUBLIC_INTERFACE --neutron-network-type NEUTRON_NETWORK_TYPE --neutron-tunnel-types NEUTRON_TUNNEL_TYPES --neutron-disable-tunneling --neutron-network-vlan-ranges NEUTRON_NETWORK_VLAN_RANGES --neutron-mechanism-drivers NEUTRON_MECHANISM_DRIVERS --libvirt-type LIBVIRT_TYPE --ntp-server NTP_SERVER --cinder-lvm --tripleo-root TRIPLEO_ROOT --nodes-json NODES_JSON --no-proxy NO_PROXY Most importantly, I can't find examples of how to use several of these: --neutron-flat-networks NEUTRON_FLAT_NETWORKS --neutron-bridge-mappings NEUTRON_BRIDGE_MAPPINGS --neutron-network-vlan-ranges NEUTRON_NETWORK_VLAN_RANGES --neutron-mechanism-drivers NEUTRON_MECHANISM_DRIVERS --no-proxy NO_PROXY An explanation of the difference between these two would be nice too: --neutron-public-interface NEUTRON_PUBLIC_INTERFACE --hypervisor-neutron-public-interface HYPERVISOR_NEUTRON_PUBLIC_INTERFACE Adding some pointers, maybe we can get help text from upstream docs: --neutron-flat-networks NEUTRON_FLAT_NETWORKS http://docs.openstack.org/kilo/config-reference/content/networking-plugin-ml2_flat.html defaults to 'datacentre' for us --neutron-physical-bridge NEUTRON_PHYSICAL_BRIDGE deprecated --neutron-bridge-mappings NEUTRON_BRIDGE_MAPPINGS http://docs.openstack.org/kilo/config-reference/content/networking-plugin-openvswitch_agent.html (bridge_mappings) defaults to 'datacentre:br-ex' for us --neutron-public-interface NEUTRON_PUBLIC_INTERFACE --hypervisor-neutron-public-interface HYPERVISOR_NEUTRON_PUBLIC_INTERFACE deprecated, both --neutron-network-type NEUTRON_NETWORK_TYPE http://docs.openstack.org/kilo/config-reference/content/networking-options-plugins-ml2.html (tenant_network_types) we don't support a 'list,of,values' for this parameter yet --neutron-tunnel-types NEUTRON_TUNNEL_TYPES http://docs.openstack.org/kilo/config-reference/content/networking-plugin-openvswitch_agent.html (tunnel_types) --neutron-disable-tunneling http://docs.openstack.org/juno/config-reference/content/networking-plugin-openvswitch_agent.html was removed in kilo, we should probably do that too --neutron-network-vlan-ranges NEUTRON_NETWORK_VLAN_RANGES http://docs.openstack.org/kilo/config-reference/content/networking-plugin-ml2_vlan.html defaults to 'datacentre:1:1000' for us --neutron-mechanism-drivers NEUTRON_MECHANISM_DRIVERS http://docs.openstack.org/kilo/config-reference/content/networking-options-plugins-ml2.html --libvirt-type LIBVIRT_TYPE http://docs.openstack.org/kilo/config-reference/content/list-of-compute-config-options.html (virt_type) --ntp-server NTP_SERVER an ntp server to configure for the overcloud nodes --cinder-lvm whether to enable or not the cinder lvm/iscsi backend The fix has not been merged yet. Verified with : python-rdomanager-oscplugin-0.0.10-1.el7ost.noarch it seems that except --cinder-lvm and --nodes-json (which are not valid options) all the argument from the list appears on the deployment 'help' Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2015:1862 *** Bug 1235423 has been marked as a duplicate of this bug. *** |