d4d4d7f486
This PS also adds Gate jobs to check docker default apparmor for utility Containers. Change-Id: I32fbf16291a4f4df06d0cc23c8235de0420a044a
8 lines
161 B
Bash
Executable File
8 lines
161 B
Bash
Executable File
#!/bin/bash
|
|
|
|
CURRENT_DIR="$(pwd)"
|
|
: "${OSH_INFRA_PATH:="../openstack-helm-infra"}"
|
|
|
|
cd "${OSH_INFRA_PATH}"
|
|
bash -c "./tools/deployment/common/005-deploy-k8s.sh"
|