Extend K8S and RIC installation instructions
[it/dep.git] / ric-infra / 00-Kubernetes / etc / openstack.rc
1 # modify this section based on the deployment openstack instance's
2 # OpenStack API access RC file
3 OS_AUTH_URL=""
4 OS_PROJECT_ID=""
5 OS_PROJECT_NAME=""
6 OS_USER_DOMAIN_NAME=""
7 OS_USERNAME=""
8 OS_PASSWORD=""
9 OS_REGION_NAME=""
10 OS_INTERFACE=""
11 OS_IDENTITY_API_VERSION=""
12
13 # ssh key pair used for accessing individual VMs 
14 # the private key file
15 VM_SSH_KEY=""
16 # the name of the ssh public key uploaded to the openstack instance
17 OS_KEY_NAME=""
18
19 # Ubuntu 16.04 VM image name used for launching VMs
20 OS_IMAGE_NAME=""
21
22 # the UUID of the public net (floating IP net) of the openstack instance
23 OS_PUBLIC_NET_ID=""
24
25 # the UUID of the public IPv6 net of the openstack instance
26 OS_PUBLIC_V6NET_ID=""
27
28 # host:port of the APT proxy
29 OS_APT_PROXY=""
30 # host:port of the Docker proxy
31 OS_DOCKER_PROXY=""
32