e892df58dc
- Run codebase through YAPF for formatting - Add tox configuration for yapf and pep8 - Fix some non-YAPF pep8 failures - Enhance verify_site for better MaaS-integration testing - Create initial basic functional test Change-Id: Ie5b5275d7795693a6551764362aee916b99b3e56
10 lines
423 B
Bash
10 lines
423 B
Bash
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 CEPH_CHART_REPO=https://github.com/sh8121att/helm_charts
|
|
export DRYDOCK_CHART_REPO=https://github.com/sh8121att/helm_charts
|
|
export MAAS_CHART_REPO=https://github.com/sh8121att/helm_charts
|
|
export DRYDOCK_IMAGE=docker.io/sthussey/drydock:latest
|