You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by "Roman Bogorodskiy (JIRA)" <ji...@apache.org> on 2010/06/21 19:29:23 UTC

[libcloud] [jira] Created: (LIBCLOUD-39) GoGrid's node password attirbute setting implemented

GoGrid's node password attirbute setting implemented
----------------------------------------------------

                 Key: LIBCLOUD-39
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-39
             Project: Libcloud
          Issue Type: Improvement
          Components: Core
            Reporter: Roman Bogorodskiy
         Attachments: gogrid_password.diff

Hello,

I've implemented setting password attribute for GoGrid nodes. It's a bit
hacky as GoGrid doesn't include password property in its
grid/server/list call, so I had to call support/password/list along with
server list call and fetch matching passwords from it.

I also added features = {"create_node": ["generates_password"]} to the
driver for deployment.

I've changed tests a little and did a manual testing of deployment and
it works for me.

You can pull this changes from my forked repo on github:

http://github.com/novel/libcloud

Also, I will attach a diff.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[libcloud] [jira] Updated: (LIBCLOUD-39) GoGrid's node password attirbute setting implemented

Posted by "Roman Bogorodskiy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LIBCLOUD-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Bogorodskiy updated LIBCLOUD-39:
--------------------------------------

    Attachment: gogrid_password_fixed.diff

Adding fixed diff which includes a commit missed in the old one.

> GoGrid's node password attirbute setting implemented
> ----------------------------------------------------
>
>                 Key: LIBCLOUD-39
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-39
>             Project: Libcloud
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Roman Bogorodskiy
>         Attachments: gogrid_password_fixed.diff
>
>
> Hello,
> I've implemented setting password attribute for GoGrid nodes. It's a bit
> hacky as GoGrid doesn't include password property in its
> grid/server/list call, so I had to call support/password/list along with
> server list call and fetch matching passwords from it.
> I also added features = {"create_node": ["generates_password"]} to the
> driver for deployment.
> I've changed tests a little and did a manual testing of deployment and
> it works for me.
> You can pull this changes from my forked repo on github:
> http://github.com/novel/libcloud
> Also, I will attach a diff.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[libcloud] [jira] Updated: (LIBCLOUD-39) GoGrid's node password attirbute setting implemented

Posted by "Roman Bogorodskiy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LIBCLOUD-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Bogorodskiy updated LIBCLOUD-39:
--------------------------------------

    Attachment: gogrid_password.diff

> GoGrid's node password attirbute setting implemented
> ----------------------------------------------------
>
>                 Key: LIBCLOUD-39
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-39
>             Project: Libcloud
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Roman Bogorodskiy
>         Attachments: gogrid_password.diff
>
>
> Hello,
> I've implemented setting password attribute for GoGrid nodes. It's a bit
> hacky as GoGrid doesn't include password property in its
> grid/server/list call, so I had to call support/password/list along with
> server list call and fetch matching passwords from it.
> I also added features = {"create_node": ["generates_password"]} to the
> driver for deployment.
> I've changed tests a little and did a manual testing of deployment and
> it works for me.
> You can pull this changes from my forked repo on github:
> http://github.com/novel/libcloud
> Also, I will attach a diff.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[libcloud] [jira] Closed: (LIBCLOUD-39) GoGrid's node password attirbute setting implemented

Posted by "Roman Bogorodskiy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LIBCLOUD-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Bogorodskiy closed LIBCLOUD-39.
-------------------------------------

    Resolution: Fixed

Committed in revision 965926.

> GoGrid's node password attirbute setting implemented
> ----------------------------------------------------
>
>                 Key: LIBCLOUD-39
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-39
>             Project: Libcloud
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Roman Bogorodskiy
>         Attachments: gogrid_password_fixed.diff
>
>
> Hello,
> I've implemented setting password attribute for GoGrid nodes. It's a bit
> hacky as GoGrid doesn't include password property in its
> grid/server/list call, so I had to call support/password/list along with
> server list call and fetch matching passwords from it.
> I also added features = {"create_node": ["generates_password"]} to the
> driver for deployment.
> I've changed tests a little and did a manual testing of deployment and
> it works for me.
> You can pull this changes from my forked repo on github:
> http://github.com/novel/libcloud
> Also, I will attach a diff.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[libcloud] [jira] Updated: (LIBCLOUD-39) GoGrid's node password attirbute setting implemented

Posted by "Roman Bogorodskiy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LIBCLOUD-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Bogorodskiy updated LIBCLOUD-39:
--------------------------------------

    Attachment:     (was: gogrid_password.diff)

> GoGrid's node password attirbute setting implemented
> ----------------------------------------------------
>
>                 Key: LIBCLOUD-39
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-39
>             Project: Libcloud
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Roman Bogorodskiy
>         Attachments: gogrid_password_fixed.diff
>
>
> Hello,
> I've implemented setting password attribute for GoGrid nodes. It's a bit
> hacky as GoGrid doesn't include password property in its
> grid/server/list call, so I had to call support/password/list along with
> server list call and fetch matching passwords from it.
> I also added features = {"create_node": ["generates_password"]} to the
> driver for deployment.
> I've changed tests a little and did a manual testing of deployment and
> it works for me.
> You can pull this changes from my forked repo on github:
> http://github.com/novel/libcloud
> Also, I will attach a diff.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[libcloud] [jira] Commented: (LIBCLOUD-39) GoGrid's node password attirbute setting implemented

Posted by "Russell Haering (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/LIBCLOUD-39?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12881826#action_12881826 ] 

Russell Haering commented on LIBCLOUD-39:
-----------------------------------------

GoGrid deployments work fine for me on the github fork.

> GoGrid's node password attirbute setting implemented
> ----------------------------------------------------
>
>                 Key: LIBCLOUD-39
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-39
>             Project: Libcloud
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Roman Bogorodskiy
>         Attachments: gogrid_password_fixed.diff
>
>
> Hello,
> I've implemented setting password attribute for GoGrid nodes. It's a bit
> hacky as GoGrid doesn't include password property in its
> grid/server/list call, so I had to call support/password/list along with
> server list call and fetch matching passwords from it.
> I also added features = {"create_node": ["generates_password"]} to the
> driver for deployment.
> I've changed tests a little and did a manual testing of deployment and
> it works for me.
> You can pull this changes from my forked repo on github:
> http://github.com/novel/libcloud
> Also, I will attach a diff.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.