summaryrefslogtreecommitdiffstats
path: root/README_vagrant.md
diff options
context:
space:
mode:
authorPep TurrĂ³ Mauri <pep@redhat.com>2015-10-24 13:47:23 +0200
committerPep TurrĂ³ Mauri <pep@redhat.com>2015-10-24 13:47:23 +0200
commitf259b0192d1fa635c2bbf299b94555936d004be3 (patch)
tree387ac497f4c477430853dc766eace07cfb364987 /README_vagrant.md
parentab959a27d43b1f3a1ef1bbc6eccdde24be1c89f0 (diff)
downloadopenshift-f259b0192d1fa635c2bbf299b94555936d004be3.tar.gz
openshift-f259b0192d1fa635c2bbf299b94555936d004be3.tar.bz2
openshift-f259b0192d1fa635c2bbf299b94555936d004be3.tar.xz
openshift-f259b0192d1fa635c2bbf299b94555936d004be3.zip
Vagrant RHEL registration cleanup
Remove vagrant-registration because it's not needed anymore.
Diffstat (limited to 'README_vagrant.md')
-rw-r--r--README_vagrant.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README_vagrant.md b/README_vagrant.md
index 5f87d6633..8e9946dc2 100644
--- a/README_vagrant.md
+++ b/README_vagrant.md
@@ -2,7 +2,6 @@ Requirements
------------
- vagrant (tested against version 1.7.2)
- vagrant-hostmanager plugin (tested against version 1.5.0)
-- vagrant-registration plugin (only required for enterprise deployment type)
- vagrant-libvirt (tested against version 0.0.26)
- Only required if using libvirt instead of virtualbox
@@ -43,7 +42,8 @@ The following environment variables can be overriden:
- ``OPENSHIFT_DEPLOYMENT_TYPE`` (defaults to origin, choices: origin, enterprise, online)
- ``OPENSHIFT_NUM_NODES`` (the number of nodes to create, defaults to 2)
-For ``enterprise`` deployment types these env variables should also be specified:
+Note that if ``OPENSHIFT_DEPLOYMENT_TYPE`` is ``enterprise`` you should also specify environment variables related to ``subscription-manager`` which are used by the ``rhel_subscribe`` role:
+
- ``rhel_subscription_user``: rhsm user
- ``rhel_subscription_pass``: rhsm password
- (optional) ``rhel_subscription_pool``: poolID to attach a specific subscription besides what auto-attach detects