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

[WIP] Test the upgrade #4

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open

[WIP] Test the upgrade #4

wants to merge 48 commits into from

Commits on Apr 16, 2014

  1. added subcommand keypairs to list SSH key pairs

    Example output of this subcommand (one keypair with the name vagrant
    is available on Rackspace Servers):
    
    ```
    $ vagrant rackspace keypairs
    ==> default: KeyPair Name
    ==> default: vagrant
    ```
    berendt committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    548e4df View commit details
    Browse the repository at this point in the history
  2. added subcommand networks to list networks

    Example output of this subcommand:
    
    ```
    $ vagrant rackspace networks
    ==> default: Network Name                         Network CIDR
    ==> default: private
    ==> default: public
    ==> default: vagrant001                           192.168.3.0/24
    ==> default: vagrant002                           192.168.4.0/24
    ==> default: vagrant003                           192.168.5.0/24
    ```
    berendt committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    43d3ec2 View commit details
    Browse the repository at this point in the history
  3. added subcommand servers to list servers

    Example output of this subcommand:
    
    ```
    $ vagrant rackspace servers
    ==> devstack: Server Name          State                IPv4 address
    ==> devstack: devstack             ACTIVE               166.78.18.8
    ```
    berendt committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    b47fb59 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2014

  1. rewrote the custom commands section

    Also added new commands introduced by mitchellh#90, mitchellh#91 and mitchellh#92.
    berendt committed May 8, 2014
    Configuration menu
    Copy the full SHA
    1a43a28 View commit details
    Browse the repository at this point in the history
  2. added column Network ID to the network list

    ```
    ==> devstack: Network Name                         Network CIDR             Network ID
    ==> devstack: private                                                       11111111-1111-1111-1111-111111111111
    ==> devstack: public                                                        00000000-0000-0000-0000-000000000000
    ==> devstack: vagrant001                           192.168.3.0/24           c7da5d07-ac80-49ca-8575-8822c71bc758
    ==> devstack: vagrant002                           192.168.4.0/24           f45ba323-dd21-4999-a5d7-c98a3edfb7a3
    ==> devstack: vagrant003                           192.168.5.0/24           e49a86df-6c98-42d1-a66b-11c80e1252e1
    ```
    berendt committed May 8, 2014
    Configuration menu
    Copy the full SHA
    8b4f486 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2014

  1. Confirm Rackspace server destruction.

    This pull request implements a fix for
    mitchellh#114
    dkinzer committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    cebafef View commit details
    Browse the repository at this point in the history
  2. Merge pull request mitchellh#116 from dkinzer/confirm-before-destroy

    Confirm Rackspace server destruction.
    smashwilson committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    5561c1a View commit details
    Browse the repository at this point in the history
  3. Merge pull request mitchellh#116 from dkinzer/confirm-before-destroy

    Confirm Rackspace server destruction.
    smashwilson authored and dkinzer committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    f3524d9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request mitchellh#117 from dkinzer/fix-no-message-error

    Fix uninitialized constant error.
    smashwilson committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    1a883fd View commit details
    Browse the repository at this point in the history
  5. Merge pull request mitchellh#90 from berendt/subcommand_list_keys

    added subcommand keypairs to list SSH key pairs
    smashwilson committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    2f9adca View commit details
    Browse the repository at this point in the history
  6. Merge branch 'subcommand_list_networks' of github.com:berendt/vagrant…

    …-rackspace into berendt-subcommand_list_networks
    smashwilson committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    2a7c9a9 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'berendt-subcommand_list_networks'

    Conflicts:
    	lib/vagrant-rackspace/action.rb
    	lib/vagrant-rackspace/command/root.rb
    smashwilson committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    8c6fb55 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'subcommand_list_servers' of github.com:berendt/vagrant-…

    …rackspace into berendt-subcommand_list_servers
    
    Conflicts:
    	lib/vagrant-rackspace/action.rb
    	lib/vagrant-rackspace/command/root.rb
    smashwilson committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    17adfce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e93c970 View commit details
    Browse the repository at this point in the history
  10. Merge pull request mitchellh#94 from berendt/rewrite_custom_commands

    rewrote the custom commands section
    smashwilson committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    caf52ca View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2014

  1. Configuration menu
    Copy the full SHA
    48fcda5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65ef6f1 View commit details
    Browse the repository at this point in the history
  3. Support for init_script

    maxlinc committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    4e4dcf5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c6af4c View commit details
    Browse the repository at this point in the history
  5. Fixed doc typo

    maxlinc committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    69a7054 View commit details
    Browse the repository at this point in the history
  6. Merge pull request mitchellh#124 from maxlinc/init_script

    Support for pre-configuring communicator transports (SSH or WinRM) via init_script setting
    smashwilson committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    82da93a View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2014

  1. README update [ci skip]

    maxlinc committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    1a756f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a4315a View commit details
    Browse the repository at this point in the history
  3. Better winrm messages

    maxlinc committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    9805ae6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d4733f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34833c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ecebc21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1793481 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1fbb603 View commit details
    Browse the repository at this point in the history
  9. Merge pull request mitchellh#128 from maxlinc/attributes

    Set box_optional and parallel attributes
    smashwilson committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    653878a View commit details
    Browse the repository at this point in the history
  10. v0.1.10

    smashwilson committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    57ec21e View commit details
    Browse the repository at this point in the history
  11. v0.1.11dev

    smashwilson committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    3144f2e View commit details
    Browse the repository at this point in the history
  12. Update gemfiles

    maxlinc committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    3689cd4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fd1b29b View commit details
    Browse the repository at this point in the history
  14. README updates

    maxlinc committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    9daf6fa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    646c319 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    15abef8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b29b84b View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2014

  1. Fix logger name

    maxlinc committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    17f6f1e View commit details
    Browse the repository at this point in the history
  2. Fix README typos

    maxlinc committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    03631f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2014

  1. Configuration menu
    Copy the full SHA
    1af3f6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da6ec3c View commit details
    Browse the repository at this point in the history
  3. Fix gemfiles

    maxlinc committed Dec 18, 2014
    Configuration menu
    Copy the full SHA
    a1dbf5d View commit details
    Browse the repository at this point in the history
  4. Use specific bundler versions

    maxlinc committed Dec 18, 2014
    Configuration menu
    Copy the full SHA
    05263b0 View commit details
    Browse the repository at this point in the history
  5. Quite gem install argument

    maxlinc committed Dec 18, 2014
    Configuration menu
    Copy the full SHA
    ad26249 View commit details
    Browse the repository at this point in the history
  6. Remove existing bundler gems

    maxlinc committed Dec 18, 2014
    Configuration menu
    Copy the full SHA
    7b2275f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    658859a View commit details
    Browse the repository at this point in the history
  8. OK removing executables

    maxlinc committed Dec 18, 2014
    Configuration menu
    Copy the full SHA
    c03298f View commit details
    Browse the repository at this point in the history