========= overcloud ========= Overcloud v1 overcloud deploy stack ---------------------- Deploy an overcloud stack .. program:: overcloud deploy stack .. code:: bash openstack overcloud deploy stack (--plan PLAN | --templates [TEMPLATES]) [-t ] [--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] [--control-flavor CONTROL_FLAVOR] [--compute-flavor COMPUTE_FLAVOR] [--ceph-storage-flavor CEPH_STORAGE_FLAVOR] [--block-storage-flavor BLOCK_STORAGE_FLAVOR] [--swift-storage-flavor SWIFT_STORAGE_FLAVOR] [--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] [-O ] [-e ] [--rhel-reg] [--reg-method {satellite,portal}] [--reg-org REG_ORG] [--reg-force] [--reg-sat-url REG_SAT_URL] [--reg-activation-key REG_ACTIVATION_KEY] .. option:: --plan The Name or UUID of the Tuskar plan to deploy. .. option:: --templates The directory containing the Heat templates to deploy. .. option:: -t , --timeout Deployment timeout in minutes (default: 240) .. option:: --control-scale New number of control nodes. .. option:: --compute-scale New number of compute nodes. .. option:: --ceph-storage-scale New number of ceph storage nodes. .. option:: --block-storage-scale New number of block storage nodes. .. option:: --swift-storage-scale New number of swift storage nodes. .. option:: --control-flavor Nova flavor to use for control nodes. .. option:: --compute-flavor Nova flavor to use for compute nodes. .. option:: --ceph-storage-flavor Nova flavor to use for ceph storage nodes. .. option:: --block-storage-flavor Nova flavor to use for cinder storage nodes. .. option:: --swift-storage-flavor Nova flavor to use for swift storage nodes. .. option:: --neutron-flat-networks Comma separated list of physical_network names with which flat networks can be created. Use * to allow flat networks with arbitrary physical_network names. (default: 'datacentre') .. option:: --neutron-physical-bridge Deprecated. .. option:: --neutron-bridge-mappings Comma separated list of bridge mappings. (default: datacentre:br-ex) .. option:: --neutron-public-interface Deprecated. .. option:: --hypervisor-neutron-public-interface Deprecated. .. option:: --neutron-network-type The network type for the tenant networks. .. option:: --neutron-tunnel-types Network types supported by the agent (gre and/or vxlan). .. option:: --neutron-disable-tunneling Disables tunneling. .. option:: --neutron-network-vlan-ranges Comma separated list of :: or specifying physical_network names usable for VLAN provider and tenant networks, as well as ranges of VLAN tags on each available for allocation to tenant networks. (ex: datacentre:1:1000) .. option:: --neutron-mechanism-drivers An ordered list of extension driver entrypoints to be loaded from the neutron.ml2.extension_drivers namespace. .. option:: --libvirt-type {kvm,qemu} Libvirt domain type. (default: kvm) .. option:: --ntp-server The NTP for overcloud nodes. .. option:: --cinder-lvm Enables the cinder lvm/iscsi backend. .. option:: --tripleo-root The root directory for TripleO templates. .. option:: --nodes-json A file containing node definitions. (default: instackenv.json) .. option:: --no-proxy A comma separated list of hosts that should not be proxied. .. option:: -O , --output-dir Directory to write Tuskar template files into. It will be created if it does not exist. If not provided a temporary directory will be used. .. option:: -e , --environment-file Environment files to be passed to the heat stack-create or heat stack-update command. (Can be specified more than once.) .. option:: --rhel-reg Register overcloud nodes to the customer portal or a satellite. .. option:: --reg-method [sattelite|portal] RHEL registration method to use for the overcloud nodes. .. option:: --reg-org Organization key to use for registration. .. option:: --reg-force Register the system even if it is already registered. .. option:: --reg-sat-url Satellite server to register overcloud nodes. .. option:: --reg-activation-key Activation key to use for registration.