setup-openstack-environment

command module
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 5, 2018 License: MIT Imports: 10 Imported by: 0

README

setup-openstack-environment

Create an environment file with OpenStack metadata information.
This command is inspired by setup-network-environment.

Install

Just want the binary?

Go to the releases page, find the version you want, and download the tarball file.

Building binary yourself

To build the binary you need to install Go, dep and task.

$ task vendor
$ task build

Usage

setup-openstack-environment command will get the metadata information from the OpenStack metadata.

$ setup-openstack-environment

The metadata information will be written to /etc/openstack-environment by default.

$ cat /etc/openstack-environment
OPENSTACK_AVAILABILITY_ZONE=nova
OPENSTACK_HOSTNAME=test.novalocal
OPENSTACK_LAUNCH_INDEX=0
OPENSTACK_NAME=test

You can specify the output file path using the -o flag.

$ setup-network-environment -o /tmp/openstack-environment

With the -c flag, change the source of metadata infromation to the config drive.

$ setup-openstack-environment -c /mnt/config

By using the -f flag, the command will use metadata in EC2 format.

$ setup-openstack-environment -f ec2

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL