Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Google compute engine load balancing support #433

Open
wants to merge 223 commits into
base: gsoc-projects-2015
Choose a base branch
from

Conversation

asankasanjaya
Copy link
Contributor

No description provided.

return "https://www.googleapis.com/compute/v1/projects/" + PROJECT_ID +
"/zones/" + getZoneNameFromInstanceId(instanceId) + "/instances/" + getInstanceNameFromInstanceId(instanceId);
}

Copy link
Contributor

Choose a reason for hiding this comment

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

Shall we read the google api url from the configuration? Also we can use constants for other hard-corded values.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed it

@asankasanjaya
Copy link
Contributor Author

I have changed the logic for health check creation. So health checks are created using the port map configuration related to the application instead of using the user provided port.

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.

4 participants