4624804f80
- Create a site definition to support a full site deployment workflow using VMs Multi-Nodes Gate Enable multi-node gate for Airship using core Airship components. Deployment will be driven by Shipyard. We will re-use and adapt the source codes from the Promenade g2 Gate [1]. [1] https://github.com/openstack/airship-promenade/tree/master/tools/g2 Change-Id: I41e79f5f26311fa179a2e5c121aa815caa05cfcd
5 lines
234 B
Bash
5 lines
234 B
Bash
export GENESIS_NAME=n0
|
|
export SSH_CONFIG_DIR=${WORKSPACE}/multi_nodes_gate/airship_gate/config-ssh
|
|
export TEMPLATE_DIR=${WORKSPACE}/multi_nodes_gate/airship_gate/templates
|
|
export XML_DIR=${WORKSPACE}/multi_nodes_gate/airship_gate/xml
|