|
1 month ago | |
---|---|---|
charts | 2 months ago | |
docs | 7 months ago | |
images | 3 months ago | |
jmphost | 1 year ago | |
kube_utility_container | 5 months ago | |
tools | 4 months ago | |
zuul.d | 5 months ago | |
.gitignore | 2 years ago | |
.gitreview | 1 year ago | |
LICENSE | 2 years ago | |
Makefile | 7 months ago | |
README.md | 9 months ago | |
requirements-frozen.txt | 1 month ago | |
requirements.txt | 1 month ago | |
setup.cfg | 7 months ago | |
setup.py | 7 months ago | |
test-requirements.txt | 1 month ago | |
tox.ini | 7 months ago |
Utility containers give Operations staff an interface to an Airship environment that enables them to perform routine operations and troubleshooting activities. Utility containers support Airship environments without exposing secrets and credentials while at the same time restricting access to the actual containers.
=======
Deploy the Openstack-Helm All-in-One environment starting from
here
up through the section Deploy Compute Kit
The recommended minimum system requirements for a full deployment are:
=======
To run further commands from the CLI manually, execute the following to set up authentication credentials
export OS_CLOUD=openstack_helm
Clone the Porthole repo to openstack-helm project
git clone https://opendev.org/airship/porthole.git
To Deploy Utility containers, Please run required scripts
cd porthole
Deploy Calico-utility
.
./tools/deployment/utilities/005-calicoctl-utility.sh
Deploy Ceph-utility
.
./tools/deployment/utilities/010-ceph-utility.sh
Deploy Compute-utility
.
./tools/deployment/utilities/020-compute-utility.sh
Deploy Etcdctl-utility
.
./tools/deployment/utilities/030-etcdctl-utility.sh
Deploy Mysqlclient-utility
.
./tools/deployment/utilities/040-Mysqlclient-utility.sh
Deploy Openstack-utility
.
./tools/deployment/utilities/050-openstack-utility.sh
Deploy `Postgresql-utility’. ./tools/deployment/utilities/060-postgresql-utility.sh
The PostgreSQL utility container needed Postgresql DB Pods for Testing. Please follow below Link.
[PostgreSQL README](https://opendev.org/airship/porthole/src/branch/master/images/postgresql-utility/README.md).