Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Global

Global manifests contain base configuration including the , defined in Airship Treasuremap, contain base configurations common to all sites. The versions of all Helm charts and Docker images, which for example, are specified in versions.yaml.

...

  data:
site_type: cntt

repositories:
global:
revision: v1.47
url: https://opendev.org/airship/treasuremap.git

...

You will need to export environment variables that correspond to the new site (keystone URL, node IPs, and so on). See the beginning of the deploy script for details on the required variables.

...

The treasuremap repository contains a wrapper script for running OpenStack clients tools/openstack. The wrapper uses heat image that already has openstack client installed.

Clone latest treasuremap code

  $ git clone https://github.com/airshipit/treasuremap.git && cd treasuremap

Setup the needed environment variables, and execute the script as openstack CLI

  $ export OSH_KEYSTONE_URL='http://identity-airship.intel-pod17.opnfv.org/v3'
  $ export OS_REGION_NAME=intel-pod17
  $ treasuremap/tools/openstack endpointimage list