Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure clc_public_ip #22

Closed

Commits on Feb 16, 2016

  1. minor doc fix

    bjfelton committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    462c8de View commit details
    Browse the repository at this point in the history
  2. break all of the tests

    bjfelton committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    ee88221 View commit details
    Browse the repository at this point in the history
  3. Rewrite of clc_publicip to operate on a single server

     - Update to tests to accommodate single server instead of server list
     - Update to core module to remove list dependencies
     - Appropriate plumbing to retrieve single server and wait on single request
     - Updates to internal docs/examples to reflect single server
    bjfelton committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    4c21d7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe1e275 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e477469 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b15d344 View commit details
    Browse the repository at this point in the history
  7. add support for port_to

    bjfelton committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    5c26d4e View commit details
    Browse the repository at this point in the history
  8. doc/example fixes

    bjfelton committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    ba45db2 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2016

  1. auto-insert ICMP during provisioning

     - Mimics current Control behavior
     - The request includes a port because the python sdk currently requires it
     - Ensures users aren't confused if/when viewing the public ip in Control,
       as it will show Ping enabled even if it's missing
    bjfelton committed Mar 18, 2016
    Configuration menu
    Copy the full SHA
    8ab782d View commit details
    Browse the repository at this point in the history