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

Just link to docs for subscriptions #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ Record the IP addresses of the machines you want to be your minions.

Stick the system information into the 'inventory' file.

Ensure that RHEL machines are properly subscribed to subscription
management. For more information, see
https://access.redhat.com/documentation/en-US/Red_Hat_Subscription_Management/

You must also ensure that for yum-managed non-Atomic hosts that the
Extras repository is enabled: `subscription-manager repos --enable rhel-7-server-extras-rpms`

### Set up ssh access via public keys

See the `pre-setup/` directory.
Expand All @@ -33,9 +40,6 @@ You already did the config! Just run the setup::

This works on RHEL7, Atomic, F20, F21 and rawhide.

For RHEL7 it will set up rhn subscriptions. Put your username in a file named
`~/rhn_username`. Put your rhn password into a file named `~/rhn_password`.

When DNS setup is enabled, it may take some time for Kubernetes (and Docker
inside) to download the images and start the DNS pod. Watch `kubectl get pods`
to see when `kube-dns-*` pod enters `Running` state. Try to resolve
Expand Down
3 changes: 0 additions & 3 deletions roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
failed_when: false
changed_when: false

- include: rhel7_repos.yml
when: is_rhel7.rc == 0

- name: Determine if firewalld installed
command: "rpm -q firewalld"
register: has_firewalld
Expand Down
7 changes: 0 additions & 7 deletions roles/common/tasks/rhel7_repos.yml

This file was deleted.