Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New allinone installation for gcp #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

New allinone installation for gcp #18

wants to merge 2 commits into from

Conversation

javilinux
Copy link
Contributor

I change the instructions for gcp to use the installcentos script to have an allinone installation.
I also created a templates directory for easier access to them.

@@ -69,29 +46,15 @@ oc adm policy add-cluster-role-to-user cluster-admin -z online-oc -n tty
oc new-app -f tty-template.yaml -n tty
```

The template files are located at the [break-fix](../break-fix/)
The template files are located at the [templates directory](https://github.com/ruromero/break-fix/templates/)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use relative path

sed -zi 's/PermitRootLogin no\|$/PermitRootLogin yes/' /etc/ssh/sshd_config
systemctl restart sshd
export DOMAIN=$(curl -s -H "Metadata-Flavor: Google" http://metadata.google.internal/computeMetadata/v1/instance/network-interfaces/0/access-configs/0/external-ip).nip.io
export USERNAME=bernard
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are this credentials for?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants