Adds macOS support for local environment#49
Merged
Merged
Conversation
Set reset variable based on script. Removed some unneeded demo specific vars. Added source of my_vars for user specific variables.
Next Issue to fix is that we need to run kubectl against the apiserver for service catalog. the kubectl runs from our mac host using ~/.kube/service-config The address we have in there is 172.17.0.3 which our host is not able to see. One thought is to execute this command inside of the container for ASB itself instead of from the MAC. Other thought is to change the apiserver for svc cat setup and use an authenticated endpoint, at moment we are using an internal endpoint to avoid authentication.
Next need to fix controllermanager able to talk to asb route. Route is not working as it's resolving to 127.0.0.1 IP in the controller manager container
Found when running on a clean mac install
Member
Author
Contributor
|
@jwmatthews tested on Linux for both local and ec2. Both worked without issue. |
cfchase
reviewed
May 22, 2017
|
|
||
| ### Pre-Reqs | ||
| * ```socat``` needs to be installed | ||
| brew install socat |
Contributor
There was a problem hiding this comment.
I'm guessing this needed to be:
brew install socatIt's not showing as preformatted when I view the file.
Contributor
|
ACK |
Contributor
|
ACK, success for me on EC2 and local environments for Linux. John mentioned that Andrew also had success on Mac so I am good to merge. |
cfchase
added a commit
that referenced
this pull request
Jun 1, 2017
* Updated to use summit labels (#47) * Adds macOS support for local environment (#49) * Successful run local on macOS, postgres/python bind worked. * Reverted asbcli up to use openshift_url variable * Update README * Add note 'socat' needs to be installed on mac * Fix for install asb pip requirements * Update README for 2 local directories * README tweak * Change to pip install docker instead of the older docker-py (#50) * Revert "Updated to use summit labels (#47)" This reverts commit 3c7e187. * Minor fixes necessary after merging master. * Adapting vars_prompt to ec2 and mac.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds support for running locally on macOS.
It is using the 'summit' tags and intended to run same functionality we had for summit demos locally on Mac. I'd like this to be merged into master, then I'd like to get 'dev' to take these changes in.
I'm in the process of testing this on Linux and EC-2.
Once merged this will address #42