Skip to content

Instantly share code, notes, and snippets.

@hodrigohamalho
Last active February 5, 2020 18:18
Show Gist options
  • Save hodrigohamalho/2e81508d7646b9225308cdc3cbd263e0 to your computer and use it in GitHub Desktop.
Save hodrigohamalho/2e81508d7646b9225308cdc3cbd263e0 to your computer and use it in GitHub Desktop.
Day in the life workshop

Day in the life workshop

In the local machine (REMEBER TO CHANGE TO YOURS)

export GUID=latam-f81b

On the remote machine

Connect and download the workshop:

ssh -i ~/.ssh/ocp-workshop.pem ec2-user@bastion.$GUID.open.redhat.com
sudo -i
git clone https://github.com/RedHatWorkshops/dayinthelife-integration.git
cd dayinthelife-integration/support/install
chmod +x provision.sh
./provision.sh 50 (Change 50 to the number of users that you want to provision)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment