Skip to content

Conversation

@jmontleon
Copy link
Contributor

We're going to need to wait for this to be available at the least.
jmontleon: just tagged v0.4.0.a1 which should push itself to pypi once the build passes

It's also entirely possible I've missed other places that need updating.

Copy link
Contributor

@fabianvf fabianvf left a comment

Choose a reason for hiding this comment

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

Once 0.4.0.a1 is pushed to pypi I think this should all work fine.

Copy link
Contributor

@djzager djzager left a comment

Choose a reason for hiding this comment

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

You probably need a bugzilla for this.

@djzager
Copy link
Contributor

djzager commented Jan 22, 2018

@jmontleon I think this is the bug you should use https://bugzilla.redhat.com/show_bug.cgi?id=1536963

Copy link
Contributor

@djzager djzager left a comment

Choose a reason for hiding this comment

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

Looks like one more spot.

openshift_config.load_kube_config()
token = openshift_client.configuration.api_key['authorization']
cluster_host = openshift_client.configuration.host
token = openshift_client.Configuration().get_api_key_with_prefix('authorization')
Copy link
Contributor

Choose a reason for hiding this comment

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

This also exists on line 1092.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks. Updated the PR message and fixed 1092.

@jmontleon jmontleon changed the title Updates required to work with openshift 0.4.0 Bug 1536963 Updates required to work with openshift 0.4.0 Jan 22, 2018
Copy link
Contributor

@dymurray dymurray left a comment

Choose a reason for hiding this comment

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

Looks like installing openshift 0.4.0 is failing on Travis. The latest version in pypi is 0.3.4.

@djzager
Copy link
Contributor

djzager commented Jan 23, 2018

" jmontleon, karimb, dzager: openshift 0.4.0.a1 is now up on pypi, pip install 'openshift==0.4.0.a1' should grab it"

I see there is https://pip.pypa.io/en/stable/reference/pip_install/#pre-release-versions for installing pre-release versions. Not sure if there is a way to use that so we don't lock it down to the alpha version forever.

@dymurray dymurray merged commit 7487486 into ansibleplaybookbundle:master Jan 23, 2018
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.

6 participants