Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Update terraform.py #1105

Merged
merged 1 commit into from
Feb 24, 2016
Merged

Update terraform.py #1105

merged 1 commit into from
Feb 24, 2016

Conversation

langston-barrett
Copy link
Contributor

Fixes #986

@sehqlr
Copy link
Contributor

sehqlr commented Feb 10, 2016

I think that by v1.0, we should have terraform.py as a submodule, so upkeep is simpler.

@langston-barrett
Copy link
Contributor Author

@sehqlr Agreed.

@sehqlr
Copy link
Contributor

sehqlr commented Feb 12, 2016

This passed a basic install + healthy test. Are there any specific tests for this one?

@langston-barrett
Copy link
Contributor Author

@sehqlr Nope! This should be ready to merge after we release 0.6.

attrs.update({
'consul_dc': _clean_dc(attrs['metadata'].get('dc', attrs['region'])),
'role': attrs['metadata'].get('role', 'none')
'role': attrs['metadata'].get('role', 'none'),
'ansible_python_interpreter': attrs['metadata'].get('python_bin','python')
Copy link
Contributor

Choose a reason for hiding this comment

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

Why we need to touch stuff related to python_interpreter here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm not sure, maybe @BrianHicks would know.

@sehqlr
Copy link
Contributor

sehqlr commented Feb 15, 2016

When we move this to a submodule, where would the clone go? In the root directory?

@langston-barrett
Copy link
Contributor Author

@sehqlr Let's make an issue for that and discuss there.

@sehqlr
Copy link
Contributor

sehqlr commented Feb 15, 2016

I made an issue: #1120

@langston-barrett
Copy link
Contributor Author

Failure on AWS was quota-related. On GCE, Traefik health checks are failing, but that doesn't seem related. DO build passed.

langston-barrett added a commit that referenced this pull request Feb 24, 2016
@langston-barrett langston-barrett merged commit 13b8b5d into master Feb 24, 2016
@ryane ryane modified the milestone: 1.0.3 Feb 25, 2016
@langston-barrett langston-barrett deleted the feature/update-terraform.py branch March 7, 2016 20:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants