kolla-mesos-deploy¶
SYNOPSIS¶
kolla-mesos-deploy [options]
DESCRIPTION¶
kolla-mesos-deploy runs kolla containers on Mesos (Marathon+Chronos) cluster.
INVENTORY¶
kolla-mesos-deploy saves configuration files for each OpenStack service on ZooKeeper and uses HTTP requests to call Marathon and Chronos API.
OPTIONS¶
-
--config-dirDIR¶ Path to a config directory to pull .conf files from. This file set is sorted, so as to provide a predictable parse order if individual options are over-ridden. The set is parsed after the file(s) specified via previous –config-file, arguments hence over-ridden options in the directory take precedence.
-
--config-filePATH¶ Path to a config file to use. Multiple config files can be specified, with values in later files taking precedence. The default files used are: None.
-
--force¶
-
--noforce¶ The inverse of –force
-
--noupdate¶ The inverse of –update
-
--update¶
-
--version¶ show program’s version number and exit
–profiles-aux PROFILES_AUX –profiles-default PROFILES_DEFAULT –profiles-gate PROFILES_GATE –profiles-infra PROFILES_INFRA –profiles-main PROFILES_MAIN
-
--kolla-baseKOLLA_BASE¶ The base distro which was used to build images
-
--kolla-base-tagKOLLA_BASE_TAG¶ The base distro image tag
-
--kolla-install-typeKOLLA_INSTALL_TYPE¶ The method of the OpenStack install
-
--kolla-namespaceKOLLA_NAMESPACE¶ The Docker namespace name
-
--kolla-profileKOLLA_PROFILE¶ Build profile which was used to build images
-
--kolla-tagKOLLA_TAG¶ The Docker tag
-
--marathon-hostMARATHON_HOST¶ Marathon connection URL (http://host:port)
-
--marathon-timeoutMARATHON_TIMEOUT¶ Timeout for the request to the Marathon API
-
--zookeeper-hostZOOKEEPER_HOST¶ ZooKeeper connection URL (host:port)
-
--chronos-hostCHRONOS_HOST¶ Chronos connection URL (http://host:port)
-
--chronos-timeoutCHRONOS_TIMEOUT¶ Timeout for the request to the Chronos API
-
--network-ipv6¶ Use IPv6 protocol
-
--network-noipv6¶ The inverse of –ipv6
-
--network-private-interfaceNETWORK_PRIVATE_INTERFACE¶ NIC connected to the private network
-
--network-public-interfaceNETWORK_PUBLIC_INTERFACE¶ NIC connected to the public network
FILES¶
- /etc/kolla-mesos/kolla-mesos.conf