Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

New dimensiondata compute #2985

Closed

Conversation

jr2730
Copy link

@jr2730 jr2730 commented Sep 19, 2016

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

ansible-module-extras/cloud/dimensiondata/dimensiondata_compute.py

ANSIBLE VERSION
ansible 2.2.0
SUMMARY

This is Ansible module support for apache-libcloud functions.
Specifically, this code supports Ansible invocations of DimensionData's
compute/server functionality.

This is to support a new capability within ansible, so there is no "BEFORE".
Note that this routine has an "action verb" which allows multiple different
actions to be performed on a compute server. Below shows the ansible call to
create a compute server, along with its output.

    - name: Create host
      dimensiondata_compute:
        location: "{{dimension_data_location}}"
        network_domain: "{{dimension_data_network_domain}}"
        ensure: running
        vlans:
          - "{{vlan_name}}"
            #- my_vlan_2
        description: 'my new node11 '
        image: 'RedHat 7 64-bit 2 CPU'
        nodes:
          - ansible-test-image-rhel6
        admin_password: '{{ admin_password }}'
        wait: yes

    TASK [Create host] *************************************************************
    changed: [localhost] => {"changed": true, "msg": "Successfully quiesced nodes.", "nodes": [{"id": "7b073963-5276-48e5-829d-40e326fbc3b0", "ipv6": "2607:f480:211:1455:44c2:1f4d:719e:2979", "location": "NA12", "name": "ansible-test-disk-compute-rhel6", "os_type": "UNIX", "private_ipv4": ["192.168.225.6"], "public_ipv4": [], "state": "running"}]}

REQUIRES

ansible/ansible#17604
apache/libcloud#858

@gregdek
Copy link
Contributor

gregdek commented Sep 20, 2016

Thanks @jr2730 for this PR. This PR requires revisions, either because it fails to build or by reviewer request. Please make the suggested revisions. When you are done, please comment with text 'ready_for_review' and we will put this PR back into review.

[This message brought to you by your friendly Ansibull-bot.]

@gregdek
Copy link
Contributor

gregdek commented Oct 5, 2016

@jr2730 A friendly reminder: this pull request has been marked as needing your action. If you still believe that this PR applies, and you intend to address the issues with this PR, just let us know in the PR itself and we will keep it open pending your changes. When you do address the issues, please respond with ready_for_review in your comment, so that we can notify the maintainer.

[This message brought to you by your friendly Ansibull-bot.]

@gregdek
Copy link
Contributor

gregdek commented Oct 21, 2016

@jr2730 Another friendly reminder: this pull request has been marked as needing your action. If you still believe that this PR applies, and you intend to address the issues with this PR, just let us know in the PR itself and we will keep it open. If you have addressed the issues and believe it's ready for review, please comment with the text "ready_for_review". If we don't hear from you within another 14 days, we will close this pull request.

[This message brought to you by your friendly Ansibull-bot.]

@gregdek
Copy link
Contributor

gregdek commented Nov 8, 2016

@jr2730 A friendly reminder: this pull request has been marked as needing your action. If you still believe that this PR applies, and you intend to address the issues with this PR, just let us know in the PR itself and we will keep it open pending your changes. When you do address the issues, please respond with ready_for_review in your comment, so that we can notify the maintainer.

[This message brought to you by your friendly Ansibull-bot.]

@gregdek
Copy link
Contributor

gregdek commented Nov 23, 2016

@jr2730 Another friendly reminder: this pull request has been marked as needing your action. If you still believe that this PR applies, and you intend to address the issues with this PR, just let us know in the PR itself and we will keep it open. If you have addressed the issues and believe it's ready for review, please comment with the text "ready_for_review". If we don't hear from you within another 14 days, we will close this pull request.

[This message brought to you by your friendly Ansibull-bot.]

@ansibot
Copy link

ansibot commented Dec 7, 2016

This repository has been locked. All new issues and pull requests should be filed in https://github.com/ansible/ansible

Please read through the repomerge page in the dev guide. The guide contains links to tools which automatically move your issue or pull request to the ansible/ansible repo.

1 similar comment
@ansibot
Copy link

ansibot commented Apr 11, 2017

This repository has been locked. All new issues and pull requests should be filed in https://github.com/ansible/ansible

Please read through the repomerge page in the dev guide. The guide contains links to tools which automatically move your issue or pull request to the ansible/ansible repo.

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.

6 participants