Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

State changes and set_installed to spark_started #2

Merged
merged 4 commits into from Mar 2, 2016

Conversation

andrewdmcleod
Copy link
Contributor

Changed states:

related => joined
available => ready

Also changed set_installed and clear_installed to: set_spark_started and clear_spark_started


def get_private_ip(self):
conv = self.conversation()
return conv.get_remote('private-address')
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor nit, the name implies that it will always return an IP address, which is generally not what private-address is. Really, we need to get the DNS charm worked into our deployments and ensure we always return resolvable host names. Anyway, not really a blocker.

@merlijn-sebrechts
Copy link
Contributor

👍

@johnsca johnsca merged commit 74b1178 into juju-solutions:master Mar 2, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants