Javi Fontan
ef7ccabe3a
Merge pull request #16 from puppetmaster/fix-ifquery-error
...
Fix ifquery error on Debian based OS like ubuntu
9 years ago
Dan Kelleher
cb570384b9
Fix a typo and use blkid flags
...
Instead of using grep and cut use only the blkid flags to output
SWAP_DRIVES.
9 years ago
Dan Kelleher
5180beec73
Rewrite 04-mount-swap to swap on all swap partitions.
...
The 04-mount-swap was only mounting on swap with a label swap.
This will now swap on all swap type partitions.
9 years ago
Dan Kelleher
1d62ed4143
Remove the echo from 05-hostname
9 years ago
Dan Kelleher
497653472a
Add link between one-context.service and systemd-networkd.service
...
also updated 00-network and 05-hostname
One-context.service should be linked to systemd-networkd.service,
tying to do this using the Wants flag. Additionally since
one-context.service should now run before systemd-networkd.service
it's superfluous to restart the unit, this was edited out of
00-network. 05-hostname was edited to use the hostnameclt, the
echo style can probably be removed.
9 years ago
Dan Kelleher
50f8d3c91a
Change one-context to one-contextd
9 years ago
Dan Kelleher
2190ff94a7
Move one-context to sbin and refactor one-context.service
...
One-context should really have been in sbin all along. Updated
one-context.service to run before systemd-networkd but after udev
or kdbus have run. This should eliminate the requirement for a
systemd-networkd restart.
9 years ago
Philippe Caseiro
a7209c5449
Fix ifquery error on Debian based OS like ubuntu
...
In Ubuntu 12.04 ifquery don't have any option "-l" we need to pass --list instead.
Debian 8 ifquery don't have this "-l" option.
9 years ago
Philippe Caseiro
6e6e70e29f
Fix growpart error when missing.
...
If the virtual machine don't have cloud-utils intalled this script print errors.
I test if growpart command is available before running the action
9 years ago
Dan Kelleher
0c02c6c38e
Add arch to the post install script
9 years ago
Dan Kelleher
acaf4d3de3
Add RemainAfterExit to the systemd service this causes systemd to
...
consider the Unit to be active if the start exits successfully.
9 years ago
Dan Kelleher
ffdebdb018
Added arch linux support for one-context
...
Addded Arch linux support for one-context. Moved the
init.d directory to distro specific directories in
order at add systemd compatability. 00-Network was
also reworked to use systemd-networkd.
9 years ago
Javi Fontan
8669f28e45
Bump version to 4.14.1
9 years ago
Javi Fontan
688c6236b0
gh-9: update package information
9 years ago
Javi Fontan
882fffe24d
gh-12: generate host ssh keys in debian based distros
9 years ago
Javi Fontan
c02f84541a
gh-10: support device links in mtab
...
The device in mtab can be a link, for example /dev/disk/by-label/root
9 years ago
Javi Fontan
382b3d602d
gh-10: add script to grow root fs
...
Uses growpart from cloud-utils and supports ext4 and xfs
9 years ago
Javi Fontan
598fc14576
gh-8: Allow RPMs to be built on non-Linux hosts
...
Patch provided by Bill Cole
9 years ago
Javi Fontan
6e57b077f2
Bump verstion to 4.14
10 years ago
Javi Fontan
5b4d39f62c
feature #3651 : Add support for start script in context
...
If START_SCRIPT_BASE64 or START_SCRIPT is found in the context it is saved
to a temporary file and executed.
For OpenNebula ticket: http://dev.opennebula.org/issues/3651
10 years ago
Edouard Bourguignon
d54cad784b
gh-7: use blkid to find the context CD
...
Also for http://dev.opennebula.org tickets #3749 and #3365
10 years ago
Javi Fontan
ff81527d2c
Add onegate tool info to package description
10 years ago
Javi Fontan
77b5280205
Change package version and README
10 years ago
Javi Fontan
8d98d5a8cc
Change onegate version
10 years ago
Javi Fontan
cd7e9da5c8
Make one_env readable by all users
10 years ago
Javi Fontan
a44d12c0be
Add start wrapper to onegate tool
...
It first sources /tmp/one_env file to get context data
10 years ago
Javi Fontan
644d1f12e3
Add script to generate environment file in /tmp/one_env
...
Based in the script made by Daniel Molina <dmolina@opennebula.org>:
5ce7c87cc8/share/onegate/init.sh
10 years ago
Daniel Molina
42e56c9246
Add onegate script to context
10 years ago
Javi Fontan
d36d2cb890
Merge pull request #6 from telemaco/add-mtu-support
...
Add MTU support to network devices
10 years ago
Roberto Majadas
d80c4907ee
Add MTU support to network devices
10 years ago
Javi Fontan
5927d49999
Bump version to 4.10.0
10 years ago
Javi Fontan
d04590e74d
gh-5: Get information from vmware tools if context cd is not found
...
Used with vcenter driver
10 years ago
Javi Fontan
c597eb451c
Bump version to 4.8.1
10 years ago
Javi Fontan
c4c553679d
Fix indentation
10 years ago
Javi Fontan
d99a361bd8
Merge pull request #4 from RaveNoX/master
...
Fixed loopback ip address flushing
10 years ago
Artur Kraev
04c91b7898
fixed loopback ip address flushing
10 years ago
Javi Fontan
2a9084401a
gh-3: disable NetworkManger in rhel networks
...
Patch provided by Nicolas Belan
10 years ago
Javi Fontan
d7be948dd5
Bump version to 4.8.0
10 years ago
Javi Fontan
bd5ac2b035
gh-2: Use GATEWAY_IFACE in rhel network
10 years ago
Javi Fontan
c9eb74fc84
gh-2: Use GATEWAY_IFACE in debian network
10 years ago
Javi Fontan
47466e23bb
Fix bug configuring network in debian
...
In debian the default awk version is mawk and does not support the
regexp [[:alnum:]]
10 years ago
Javi Fontan
1548710510
Bump version to 4.7.1
10 years ago
Javi Fontan
6b4811e1fb
Execute ifup for each interface in RPM package
10 years ago
Javi Fontan
15343fd72b
Bump version to 4.7.0
10 years ago
Javi Fontan
18066c790e
Delete old unused code
10 years ago
Javi Fontan
a1d2ae29e2
Use "ip" command and identify using MAC addresses (DEB)
10 years ago
Javi Fontan
3c27734e77
Use "ip" command and identify using MAC addresses (RPM)
10 years ago
Javi Fontan
1c33cbaa10
Move context packages to its own repository
11 years ago