Check that that the repo-alias option matches the expected RE
by Richard Dale
repo: baserock:baserock/morph
ref: baserock/richarddale/check-repo-alias-option
SHA1: b00d895bc5aa96f7f62057d4e170d7b64346ff3d
Land: master
This patch checks that that the repo-alias option matches the expected regular expression
9 years, 11 months
[PATCH] Allow deploying to paths with spaces
by Richard Maw
Repo: git://git.baserock.org/baserock/baserock/morph.git
Ref: baserock/richardmaw/S8131-deploy-with-spaces
Sha1: f2392b7ebb07e23efc5c7f0fe551a87b1ce8ba62
Land: master
If this is approved I will also sync it with the contents of
baserock:baserock/morphs until we decide on a policy for
where extensions should be kept and when.
Richard Maw (1):
Write extensions: pass -s to rsync
morphlib/exts/kvm.write | 2 +-
morphlib/exts/nfsboot.write | 4 ++--
morphlib/exts/ssh-rsync.write | 6 +++---
3 files changed, 6 insertions(+), 6 deletions(-)
--
1.7.10.4
9 years, 11 months
Add a chunk for the xauth app
by Richard Dale
repo: baserock:baserock/morphs
ref: baserock/richarddale/S7987-add-auth-app
SHA1: 216d0820507da07fbb5832855f11a94dd5541a41
Land: master
This patch adds the xauth app to the x-x86_64-generic stratum
9 years, 11 months
[PATCH] Sync the extensions
by Tiago Gomes
These extensions are out-of-date with ones in the morph repository.
repo: fe1e0a6abf1fe4af14b52d3c04426c91c1ad0723
branch: baserock/tiagogomes/sync-extensions
commit: fe1e0a6abf1fe4af14b52d3c04426c91c1ad0723
Tiago Gomes (1):
Sync the extensions of the ones on the morph repo
kvm.write | 10 ++++---
nfsboot.write | 18 ++++++-------
rawdisk.write | 10 ++++++-
tar.write | 2 +-
virtualbox-ssh.write | 72 +++++++++++++++++++++++++++++++++++++++++++++-----
5 files changed, 90 insertions(+), 22 deletions(-)
--
1.7.10.4
9 years, 11 months
[PATCH v4] Improve the vbox configuration extension
by Tiago Gomes
repo: git://git.baserock.org/baserock/baserock/morph
branch: baserock/tiagogomes/vbox-networking2
commit: b6484d0fc084835b14fa1fd83e8691aec9c11cd1
To test this you can deploy two VMs and verify that you
can ssh between host -> guest, guest -> host and
guest -> guest, and that you can access the outside world
with the NAT interface.
Note that you need to specify the HOST_IPADDR, NETMASK and configuration
to eth0 and eth1 in NETWORK_CONFIG.
Here is an example of a deployment command:
morph deploy virtualbox-ssh base-system-x86_64-generic vbox+ssh://username@vmhost/vm_name/home/username/vdi-images/vdi_name.vdi DISK_SIZE=2G HOST_IPADDR=192.168.100.1 NETMASK=255.255.255 NETWORK_CONFIG="lo:loopback;eth0:static,address=192.168.100.2,netmask=255.255.255.0;eth1:dhcp,hostname=$(hostname)"
Tiago Gomes (1):
Improve network setup of the virtualbox write extension.
morphlib/exts/virtualbox-ssh.write | 72 ++++++++++++++++++++++++++++++++----
1 file changed, 65 insertions(+), 7 deletions(-)
--
1.7.10.4
9 years, 11 months