mirror of
https://github.com/openshift/openshift-ansible.git
synced 2026-02-05 15:45:57 +01:00
10 lines
165 B
Bash
Executable File
10 lines
165 B
Bash
Executable File
#!/bin/bash
|
|
#. installrc
|
|
set -e
|
|
./generate_assets.sh
|
|
./terraform_provision.sh
|
|
echo "sleeping 20"
|
|
sleep 20
|
|
openshift-install create ignition-configs
|
|
./run_ansible.sh
|