airship-in-a-bottle/manifests/basic_ucp/set-env.sh
Anthony Lin e15182c2cb Update ucp-integration Repo
It seems that the updates made for the recent ingress changes
failed to bring up the ingress pod in the kube-system namespace.

This patch set is meant to update the manifest as well as to update
some of the image tags to be aligned with recent changes.

Change-Id: If9b44a32b94d3902b8cb469d0579ace4a9710df0
2018-01-17 14:54:54 +00:00

10 lines
373 B
Bash

# Example environment customization
export CEPH_CLUSTER_NET=172.24.1.0/24
export CEPH_PUBLIC_NET=172.24.1.0/24
export GENESIS_NODE_IP=172.24.1.100
export MASTER_NODE_IP=172.24.1.101
export NODE_NET_IFACE=ens3
export PROMENADE_IMAGE=quay.io/attcomdev/promenade:latest
export ARMADA_IMAGE=quay.io/attcomdev/armada:latest
export DRYDOCK_IMAGE=quay.io/attcomdev/drydock:latest