tripleo-quickstart-extras/roles/standalone
Alex Schultz 46597925da Add network prefix configuration
When configuring the network, we need to properly pass in a network
prefix to the local-ip or it doesn't work. Additionally this should be
configurable.

Depends-On: https://review.openstack.org/#/c/581202/
Change-Id: I796a192b46c3372bebb41096c1051f01445b7e57
Related-Blueprint: all-in-one
2018-07-10 06:04:22 +00:00
..
defaults Add network prefix configuration 2018-07-10 06:04:22 +00:00
meta set container variables when needed 2018-06-26 02:03:48 +00:00
tasks Add a role for the standalone deployment 2018-06-08 17:12:32 -04:00
templates Add network prefix configuration 2018-07-10 06:04:22 +00:00
README.md Add network prefix configuration 2018-07-10 06:04:22 +00:00

README.md

Standalone

An Ansible role to deploy the Standalone ( all-in-one ) deployment of TripleO

Requirements

This role expects the requirements for deploying a TripleO undercloud to be met. For example python-tripleoclient is installed and hardware requirements met.

Role Variables

  • standalone_config: <'standalone_config.yaml.j2'> -- jinja template of the deployment configuration

  • standalone_network: <'192.168.24'> -- First three octets of the network used

  • standalone_network_prefix: <'24'> -- The subnet size for the standalone deployment network

  • standalone_ip: <'192.168.24.1'> -- The IP address of the standalone deployment

  • standalone_interface: <'br-ex'> -- The interface for the standalone deployment

  • standalone_deploy_script: <'standalone.sh.j2'> -- The script name use to deploy the standalone server

  • standalone_deploy_log: <'standalone_deploy.log'> -- The log of the deployment

  • standalone_role: <'Standalone.yaml'> -- The TripleO Heat Template role definition of the deployment

Dependencies

The dependencies documented for TripleO Quickstart and TripleO