tripleo-quickstart-extras/roles/standalone
Sorin Sbarnea 16649df878 lint: bumping to latest versions
- run `pre-commit autoupdate` and fixed new issues
- adopted newer pre-commit config for ansible-lint 4.2.0+
- fixed some reported broken rules
- temporary disabled few rules, just to contain the size of of review,
  planning to drop/fix them in follow-ups.

Change-Id: I807ba4e919527be56c85ec72d0f4c7148f04e994
2020-01-05 19:36:36 +00:00
..
defaults Added quickstart-centos-ceph-nautilus repo 2019-04-23 16:40:52 +02:00
meta Adopt yamllint strict linting 2018-11-26 12:37:21 +00:00
tasks lint: bumping to latest versions 2020-01-05 19:36:36 +00:00
templates standalone: enable ConfigDebug by default 2019-11-27 07:02:16 -05:00
README.md Specify hostname for standalone 2019-02-05 09:26:42 -07: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_hostname: <'standalone.localdomain'> -- FQDN to use for the system being deployed. Must be a fully qualified hostname with the domain.

  • standalone_container_prep_options: <''> -- additional parameters for the container prep command

  • standalone_container_prep_script: <'standalone-container-prep.sh.j2'> -- The script name use to perform container prep actions

  • standalone_container_prep_log: <'standalone_container_prep.log'> -- The log of the container prepa ctions

  • standalone_container_prep_updates: <'true'> -- Adds needed parameters to containers-prepare-parameters.yaml so that new container images and packages will be retrieved

  • 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_ansible_lint_log: <'standalone_ansible_lint.log'> -- The ansible lint output

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

  • standalone_libvirt_type: <'kvm'> -- The type of libvirt to run on the standalone (qemu|kvm)

  • standalone_selinux_mode: <'permissive'> -- The selinux mode to use.

  • standalone_ansible_lint: <'false'> -- Perform ansible lint on the generated ansible playbooks

  • standalone_custom_env_files: <'[]'> -- list of additional environment files to be added to the deployment command (do not include the -e)

Dependencies

The dependencies documented for TripleO Quickstart and TripleO