Commit Graph

552 Commits

Author SHA1 Message Date
Evan Hazlett 9acef467ff Merge pull request #654 from gierschv/fix-openstack
Provision OpenStack instances with Docker
2015-02-27 17:45:43 -05:00
Evan Hazlett 84cbb48109 Merge pull request #649 from shawnzhu/no-escape-quote
keep machine URL consistent in machine config and machine env
2015-02-27 16:03:27 -05:00
Evan Hazlett c99e4f8fe4 Merge pull request #633 from andrewwatson/fix-629-privateip
Fix #629 by adding PrivateIPAddress to config.json
2015-02-27 15:04:28 -05:00
Evan Hazlett d65f66a75d Merge pull request #658 from frapposelli/fusion-driver-fixes
Fusion driver fixes
2015-02-27 11:47:06 -05:00
Fabio Rapposelli 9410b5b208 Add automatic assignments of vCPUs based on host CPUs.
Fixes #535

Signed-off-by: Fabio Rapposelli <fabio@vmware.com>
2015-02-27 17:40:09 +01:00
Fabio Rapposelli 193e2b1613 Major rework, changes include:
- Use new iso from boot2docker/boot2docker#747
- Make ssh keys persistent across reboots
- Create a tar bundle of ssh keys just like Virtualbox
- Seed ssh keys using VMware Tools
- Added informative messages on stop/start/restart/remove
- Stop command is now gracefully shutting down the VM
- Fixed StopDocker() script
- Added a "not supported" message to upgrade operation

Fixes #507 #542 #430 #532

Signed-off-by: Fabio Rapposelli <fabio@vmware.com>
2015-02-27 17:40:09 +01:00
Fabio Rapposelli 3442f8e063 Moved VMX options around, major changes:
- Moved to a paravirtualized driver for disk (pvscsi)
- Moved to an enhanced paravirtualized nic (vmxnet3)
- Moved CDROM to SATA
- Reverted default power operations to "soft"

Signed-off-by: Fabio Rapposelli <fabio@vmware.com>
2015-02-27 17:40:08 +01:00
Ke Zhu bc91ba8577 keep machine config and machine env consistent
Signed-off-by: Ke Zhu <kzhu@us.ibm.com>
2015-02-27 11:21:16 -05:00
Evan Hazlett d28131ea4b Merge pull request #655 from bfirsh/add-changelog
Add start of a change log
2015-02-27 10:35:33 -05:00
Evan Hazlett 98e9802fd9 Merge pull request #644 from Hokutosei/master
updated google-source-image to the latest LTS release ubuntu-1404-trusty-v20150128
2015-02-27 10:29:08 -05:00
Evan Hazlett 3969aeed58 Merge pull request #648 from nathanleclaire/fix_active_multi
Fix active host implementation for start, stop, etc.
2015-02-27 09:58:55 -05:00
Ben Firshman bf3ea070b1 Add start of a change log
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2015-02-27 11:37:16 +00:00
Vincent Giersch 12bed9eafc Provision OpenStack instances with Docker
Since 54f36078, Machine doesn't check anymore if Docker is installed
in the created instances, which breaks the compatibility between
v0.1.0-rc5 and v0.1.0 when using Machine with some cloud providers
like RunAbove.com.

Signed-off-by: Vincent Giersch <vincent.giersch@ovh.net>
2015-02-27 10:53:38 +00:00
Andy Watson 0d83d89dd2 PR updates
Signed-off-by: Andy Watson <andrewmoorewatson@gmail.com>
2015-02-26 23:26:23 -05:00
Nathan LeClaire 27e7f54b3a Fix active host implementation for start, stop, etc.
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-02-26 19:42:57 -08:00
hokutosei 77ea9869b2 changed to the latest LTS release instead ubuntu-1404-trusty-v20150128 2015-02-27 12:09:01 +09:00
hokutosei 7c8d35252b updated google-source-image to the latest ubuntu-1410-utopic-v20150202
Signed-off-by: Jeane Paul Soliva <jeanepaul@gmail.com>
2015-02-27 11:18:29 +09:00
Evan Hazlett bce52e1de5 Merge pull request #637 from joninvski/patch-1
Update index.md to correct table for amazonec2
2015-02-26 17:28:55 -05:00
Evan Hazlett 526648233c Merge pull request #635 from sthulb/patch-1
Add encryption to the roadmap
2015-02-26 17:28:18 -05:00
João Trindade 7652e04b66 Update index.md to correct table for amazonec2
The table for AMI ID for the amazonec2 had a small markdown error.

Signed-off-by: Joao Trindade <trindade.joao@gmail.com>
2015-02-26 21:50:55 +00:00
Simon Thulbourn 152c85b5f9 Add encryption to the roadmap
Signed-off-by: Simon Thulbourn <simon+github@thulbourn.com>
2015-02-26 21:16:49 +00:00
Andrew Watson dac96263be Fix #629 by adding PrivateIPAddress to config.json
Signed-off-by: Andrew Watson <andrew@ionicsecurity.com>
2015-02-26 14:53:36 -05:00
Evan Hazlett f9278b9994 Merge pull request #626 from databus23/fish_missing_newline
add trailing newline when unsetting env in fish
2015-02-26 11:51:22 -05:00
Evan Hazlett 1e716a96ad Merge pull request #562 from smashwilson/openstack-insecure
Allow insecure connections in the Openstack driver.
2015-02-26 10:28:20 -05:00
Guillaume Giamarchi 96224409b8 HTTP configuration it done too late
The HTTP transport configuration should be
done before the authentication request.

Signed-off-by: Guillaume Giamarchi <guillaume.giamarchi@gmail.com>
2015-02-26 09:12:13 -06:00
Ash Wilson 5f20240340 Use --openstack-insecure to disable TLS checking.
At your own risk!

Signed-off-by: Ash Wilson <ash.wilson@rackspace.com>
2015-02-26 09:12:13 -06:00
Ash Wilson 267133bb0d Update Gophercloud to the current master.
This is necessary to be able to interject a custom http.Client.

Signed-off-by: Ash Wilson <ash.wilson@rackspace.com>
2015-02-26 09:10:28 -06:00
Evan Hazlett eaff7635fc Merge pull request #627 from ehazlett/hyper-v-docs
add back hyper-v docs to user guide
2015-02-26 09:29:04 -05:00
Evan Hazlett a38f6c2437
add back hyper-v docs to user guide
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2015-02-26 09:28:34 -05:00
Ben Firshman 6fdaa6b3aa Merge pull request #621 from bfirsh/remove-docs-from-readme-again
Remove docs from readme and link to docs
2015-02-26 14:11:56 +00:00
Fabian Ruff 722a7cd28a add trailing newline when unsetting env in fish
Signed-off-by: Fabian Ruff <fabian@progra.de>
2015-02-26 14:08:33 +01:00
Ben Firshman 40a3124f8d Merge pull request #624 from bfirsh/add-beta-warning
Add warning about not using in production
2015-02-26 12:30:33 +00:00
Ben Firshman a5a182087d Add warning about not using in prod
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2015-02-26 10:53:29 +00:00
Ben Firshman 08f7c2adfe Remove docs from readme and link to docs
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2015-02-26 08:46:02 +00:00
Ben Firshman c56b4d82f5 Merge pull request #623 from bfirsh/readme-updates
Remove stuff about verified images
2015-02-26 08:39:59 +00:00
Ben Firshman e6de5bbc66 Remove stuff about verified images
The readme is just illustrative so I'm not sure it needs all this.

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2015-02-26 08:39:23 +00:00
Ben Firshman 8cd7612973 Merge pull request #622 from nathanleclaire/readme_update
README example output was a tiny bit out of date, so I updated it.
2015-02-26 08:37:03 +00:00
Nathan LeClaire a6a5de9f1c Update README
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2015-02-26 00:31:50 -08:00
Ben Firshman 4aa1a26f43 Merge pull request #620 from bfirsh/revert-remove-docs-from-readme
Revert "Remove docs from readme and link to docs"
2015-02-26 08:18:39 +00:00
Ben Firshman e41ab2bcc0 Revert "Remove docs from readme and link to docs"
This reverts commit 6afbd3ee28.
2015-02-26 08:18:13 +00:00
Evan Hazlett a23eefface Merge pull request #619 from ehazlett/beta-in-docs
add beta info to docs
2015-02-25 23:25:44 -05:00
Evan Hazlett 39a99b3f05
add beta info to docs
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2015-02-25 23:25:00 -05:00
Evan Hazlett e02516eb69 Merge pull request #569 from bfirsh/remove-documentation-from-readme
Remove documentation from readme
2015-02-25 23:22:07 -05:00
Evan Hazlett ae57d4d142 Merge pull request #618 from ehazlett/fix-azure-regression-in-getip
fixes regression causing intermittent TLS errors in azure
2015-02-25 21:03:58 -05:00
Evan Hazlett a4e634e2dc
fixes regression causing intermittent TLS errors in azure
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2015-02-25 21:02:09 -05:00
Evan Hazlett 7bab6ed881 Merge pull request #614 from ehazlett/docs-binary-links
update install docs with v0.1.0 binary links
2015-02-25 18:06:26 -05:00
Evan Hazlett cfc7764bc4 Merge pull request #610 from ehazlett/refactor-directories
refactor directories to machines, certs, cache
2015-02-25 16:32:36 -05:00
Evan Hazlett 300c2a1d9d
update install docs with v0.1.0 binary links
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
2015-02-25 15:26:23 -05:00
Evan Hazlett e535ea8736 Merge pull request #613 from bfirsh/turn-swarm-note-into-note-block-thing
Turn Swarm experimental warning into block
2015-02-25 14:49:24 -05:00
Ben Firshman 6fd619008f Turn Swarm experimental warning into block
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2015-02-25 19:46:54 +00:00