1
0
mirror of https://github.com/rancher/os.git synced 2025-07-04 18:46:15 +00:00
Commit Graph

2371 Commits

Author SHA1 Message Date
Darren Shepherd
34ac3236d4 If image has no tag assume :latest, not all images 2015-04-17 06:37:56 -07:00
Darren Shepherd
2462067015 Properly marshall #compose and script files in cloud-config.d 2015-04-17 06:37:56 -07:00
Darren Shepherd
5728683e1d Typo in type name 2015-04-17 06:37:56 -07:00
Darren Shepherd
fd0ec5bc19 Merge pull request #197 from cloudnautique/fix_ssh_key_merge
Needed to add a newline.
2015-04-17 00:50:30 -07:00
Bill Maxwell
1ab2b502dd Needed to add a newline. 2015-04-16 22:56:55 -07:00
Darren Shepherd
ae0c42cef3 Fix broken OS upgrade 2015-04-16 12:04:14 -07:00
Darren Shepherd
9d21b31964 Merge pull request #182 from ibuildthecloud/compose-services
Compose services
2015-04-16 10:01:09 -07:00
Darren Shepherd
ae196042ff Support environment globbing for prefix only
You can now put FOO* in the compose environment and it will find all
environment variables that start with FOO
2015-04-16 08:39:28 -07:00
Darren Shepherd
0a299fcd50 Remove trailing / 2015-04-16 07:26:42 -07:00
Darren Shepherd
783c4639c9 Godep updates 2015-04-15 23:17:01 -07:00
Darren Shepherd
c955c34e3b bump version v0.3.0-rc3 2015-04-15 23:17:01 -07:00
Darren Shepherd
efe55e8244 set hostname to rancher-dev to test DHCP 2015-04-15 23:17:01 -07:00
Darren Shepherd
90a40dbf5a Use common entrypoint for ubuntu-console 2015-04-15 23:17:01 -07:00
Darren Shepherd
0b5eb352ba Services in compose format 2015-04-15 23:17:01 -07:00
Darren Shepherd
adc6825ee6 Update godeps 2015-04-15 23:17:01 -07:00
Darren Shepherd
b1c519ebe0 Force os-installer container to use json-file logger 2015-04-15 23:17:01 -07:00
Darren Shepherd
4982e07fd0 Godep changes 2015-04-15 23:17:00 -07:00
Darren Shepherd
be8fa8e5b7 Services as compose format 2015-04-15 23:17:00 -07:00
Darren Shepherd
61b5525d5b Check if os-release exists first 2015-04-15 23:17:00 -07:00
Darren Shepherd
6bb6fb0eec Support cloud-config.d 2015-04-15 23:17:00 -07:00
Darren Shepherd
e0820d240f Rename files 2015-04-15 23:17:00 -07:00
Darren Shepherd
0abe9f995a Merge pull request #163 from deniseschannon/master
Update os.go
2015-04-15 02:42:38 -07:00
Darren Shepherd
f831663f37 Merge pull request #158 from darnould/master
Add 'rancherctl os version' command
2015-04-15 02:42:26 -07:00
Darren Shepherd
a0dce3b56e Merge pull request #176 from cloudnautique/revert_backto_using_old_network_naming
Revert "Use consistent device names"
2015-04-15 02:42:07 -07:00
Bill Maxwell
25681a1d72 Merge pull request #169 from cloudnautique/rancheros_installer_tweak
Add all-volumes to parition container
2015-04-14 15:57:23 -07:00
Bill Maxwell
e60db54138 Revert "Use consistent device names"
This reverts commit 402cbbdf6f.
2015-04-14 14:57:43 -07:00
Bill Maxwell
239e59ea12 Add all-volumes to parition container
Need access to system-docker in os-installer update.
2015-04-13 13:54:01 -07:00
Denise
4c37d94aab Update os.go 2015-04-13 11:46:38 -07:00
Ivan Mikushin
01ebb51b54 pwn dist dir 2015-04-13 13:44:34 +05:00
Ivan Mikushin
a7ef1aac42 dump the extra NIC 2015-04-13 13:25:34 +05:00
Dan Arnould
3bc8f95639 Add 'rancherctl os version' command 2015-04-11 16:40:42 +01:00
Darren Shepherd
ca233bef5d Merge pull request #130 from cloudnautique/gce_image_cloud_init
added google cloud config
2015-04-10 09:26:52 -07:00
Bill Maxwell
33a19f7ac1 added google cloud config 2015-04-10 09:13:09 -07:00
Darren Shepherd
15bd54a841 Godep updates
google.golang.org/cloud
github.com/fsouza/go-dockerclient
golang.org/x/net/context
2015-04-10 09:10:38 -07:00
Darren Shepherd
2a69c5f38e Bump version to v0.3.0-rc2 2015-04-10 07:32:32 -07:00
Darren Shepherd
bafe1a7992 Add extra_args to user docker invocation 2015-04-10 07:28:28 -07:00
Darren Shepherd
894f785ac3 Don't make CA certs readonly 2015-04-10 07:28:28 -07:00
Darren Shepherd
7495f5e77f Trim whitespace for lists from rancherctl config set 2015-04-10 07:28:28 -07:00
Darren Shepherd
b6d3b1bccb Fix rancherctl service enable/list 2015-04-10 07:28:28 -07:00
Darren Shepherd
474aeb4f99 Allow hostname to be set by DHCP 2015-04-10 07:28:28 -07:00
Darren Shepherd
106fb36c8c Set hostname from DHCP (broken)
This adds the proper variable we need to set the hostname from DHCP. End
to end this does not work though.  The hostname does not propagate
outside the container.  More changes need to be done for this.
2015-04-10 07:28:28 -07:00
Darren Shepherd
dc4f1d432d Merge pull request #142 from imikushin/fix-write-files
cloud-config write_files should write to absolute path
2015-04-09 08:59:49 -07:00
Ivan Mikushin
8e9368b6a3 cloud-config write_files should write to absolute path 2015-04-09 20:01:09 +05:00
Darren Shepherd
402cbbdf6f Use consistent device names 2015-04-07 20:06:43 -07:00
Darren Shepherd
43e3d380f4 Attempt to set hostname from DHCP 2015-04-07 20:06:43 -07:00
Darren Shepherd
252e491286 Only send project event on success 2015-04-07 20:06:43 -07:00
Darren Shepherd
09b0e3f970 Merge pull request #133 from wlan0/master
add os-release file for console container
2015-04-07 16:50:10 -07:00
wlan0
8788ef3dfa add os-release file for console container 2015-04-07 16:09:29 -07:00
Denise
954fc0043b Update rancherctl-tls.md 2015-04-07 09:40:41 -07:00
Darren Shepherd
2fdfd56a2c Switch network container to privileged and don't use ARP 2015-04-06 15:41:48 -07:00