SHA256
1
0
forked from pool/cloud-init
Commit Graph

333 Commits

Author SHA256 Message Date
19c29b64a4 - Update cloud-init-service.patch
+ Better match upstream intend Ubuntu networking.service is equivalent
    to SUSE wicked, thus we cannot translate networking to network, but need
    to translate it to wicked

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=59
2016-10-28 20:16:14 +00:00
ad94d4c4c4 - Update cloud-init-service.patch
+ We need the following order:
    - something brings networking fully up (in our case wicked)
    - cloud-init.service runs
    - network-online.target is reached

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=58
2016-10-28 19:38:58 +00:00
9c42ade550 - Update cloud-init-service.patch
+ The network must be up an running in order to get ssh key injected

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=57
2016-10-28 19:21:24 +00:00
10e8058495 - Update cloud-init-service.patch
+ Had self reference and thus cloud-init.service was never executed
    which caused ssh key loading failure

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=56
2016-10-28 15:24:08 +00:00
163817aa63 Do not own /lib/udev to not conflict with udev rpm
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=55
2016-10-28 04:56:57 +00:00
02e7568f6d - Forward port suseIntegratedHandler.patch
+ Implement new abstract interfaces
  + Some minor implementation fixes

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=54
2016-10-27 19:42:52 +00:00
b0d7643923 - Appease the build service, differences between OBS and IBS,
and own the directories

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=53
2016-10-26 14:28:47 +00:00
d7c17296a2 - Fix package, udev rules should be in /usr for distros after
SLES 11

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=52
2016-10-26 11:32:32 +00:00
3807ecda71 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=51 2016-10-19 14:16:16 +00:00
b273cfa277 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=50 2016-10-19 13:35:58 +00:00
8b2fc9d626 - add cloud-init-digital-ocean-datasource-enable-by-default.patch,
cloud-init-digital-ocean-datasource.patch: add DigitalOcean support
- run tests on build

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=49
2016-10-19 13:24:14 +00:00
1d35d9d69b - Add cloud-init-handle-no-carrier.patch (boo#1003977)
- Handle the exception when attempting to detect if the network
    device is up when it is not

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=48
2016-10-11 15:44:56 +00:00
19290fa432 - Update cloud-init-service.patch (boo#999942)
- Backport upstream commits 3705bb5964a and 6e45ffb21e96

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=47
2016-10-10 20:30:30 +00:00
Dominique Leuenberger
aca7aa8b6a Accepting request 429511 from Cloud:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/429511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=28
2016-10-01 22:07:20 +00:00
daf356ec1b - Decoding error (boo#998843)
+ Added cloud-init-fix-unicode-handling-binarydecode.patch
- Fix dependencies, depends on oauthlib instead of oauth
- Fix dataSourceOpenNebula.patch, missing closing paren (boo#998836)

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=46
2016-09-15 16:41:25 +00:00
58376ea864 - Fix dataSourceOpenNebula.patch, missing closing paren
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=45
2016-09-14 14:24:42 +00:00
2723c2efbb - Fix typo in cloud-init-service.patch
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=44
2016-09-14 12:25:33 +00:00
8e9fedcf49 - update to version 0.7.8 (bsc#998103)
+ added cloud-init-net-eni.patch based on work by eblock
   - Using config-drive instead of metadata failed because the network 
     translation to Ubuntu-style did not return gateway information to
     opensuse.py
 + added cloud-init-service.patch based on work by eblock
   - The service file cloud-init.service referenced networking.service
     which on SUSE is network.service
 + remove no_logic_change.patch included in updated upstream source
 + forward port suseIntegratedHandler.patch
 + forward port setupSUSEsysVInit.diff
 + forward port cloud-init-no-dmidecode-on-ppc64.patch
 + foward port dataSourceOpenNebula.patch
 + forward port fix-default-systemd-unit-dir.patch
 + forward port cloud-init-finalbeforelogin.patch
 + forward port cloud-init-python2-sigpipe.patch
 + SmartOS: more improvements for network configuration
 + add ntp config module [Ryan Harper]
 + ChangeLog: update changelog for previous commit.
 + Add distro tags on config modules that should have it.
 + NoCloud: fix bug providing network-interfaces via meta-data. (LP: 1577982)
 + ConfigDrive: recognize 'tap' as a link type. (LP: #1610784)
 + Upgrade to a configobj package new enough to work
 + MAAS: add vendor-data support (LP: #1612313)
 + DigitalOcean: use the v1.json endpoint [Ben Howard]
 + Get Azure endpoint server from DHCP client [Brent Baude]
 + Apt: add new apt configuration format [Christian Ehrhardt]
 + distros: fix get_primary_arch method use of os.uname [Andrew Jorgensen]
 + Fix Gentoo net config generation [Matthew Thode]
 + Minor cleanups to atomic_helper and add unit tests.

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=43
2016-09-13 16:56:10 +00:00
Dominique Leuenberger
205b8307c2 Accepting request 401664 from Cloud:Tools
1

OBS-URL: https://build.opensuse.org/request/show/401664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=27
2016-06-14 21:08:41 +00:00
59f2847b9b Accepting request 401599 from home:jgleissner:branches:Cloud:Tools
fixed potential broken pipe error message when executing user script (bsc#903449)

OBS-URL: https://build.opensuse.org/request/show/401599
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=42
2016-06-13 13:10:49 +00:00
Dominique Leuenberger
60a6dbc83d Accepting request 394743 from Cloud:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/394743
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=26
2016-05-14 10:23:29 +00:00
b41e3c47b4 - Add cloud-init-finalbeforelogin.patch (bsc#978048)
+ Ordering issue, avoid login prompt before cloud-init is finished

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=41
2016-05-03 21:50:58 +00:00
Dominique Leuenberger
cc978c570e Accepting request 378315 from Cloud:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/378315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=25
2016-03-26 14:27:12 +00:00
f611116d34 - Update suseIntegratedHandler.patch (bsc#971275)
+ Properly handle the package_upgrade configuration option

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=40
2016-03-15 21:41:30 +00:00
Dominique Leuenberger
ad1328957f Accepting request 338802 from Cloud:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/338802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=24
2015-10-19 20:51:16 +00:00
08c4979b77 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=39 2015-10-07 09:03:47 +00:00
3f6d27a4ee OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=38 2015-10-07 08:59:42 +00:00
ce8376bbe2 - Add dependency on jinja2 (bsc#948995,bsc#948996)
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=37
2015-10-06 11:01:33 +00:00
Stephan Kulow
dc3424e990 Accepting request 315241 from Cloud:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/315241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=23
2015-07-14 15:43:06 +00:00
9a0a74bada - Add no_logic_change.patch to undo upstream logic changes introduced during
style clean up

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=36
2015-06-29 14:52:53 +00:00
Dominique Leuenberger
4e2670406e Accepting request 308957 from Cloud:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/308957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=22
2015-06-01 07:51:22 +00:00
41dea386e6 - Properly write the routes file for static networks (bnc#920190)
+ modify suseIntegratedHandler.patch
- Remove suseSetInitCmd.patch
  + is now integrated with suseIntegratedHandler.patch

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=35
2015-05-20 21:54:02 +00:00
Dominique Leuenberger
cdf9171a36 Accepting request 305308 from Cloud:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/305308
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=21
2015-05-06 05:49:01 +00:00
3ae558cd3d - pmtools only exist on Intel architecture (bnc#928552)
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=34
2015-04-27 12:30:28 +00:00
Dominique Leuenberger
aa1e646265 Accepting request 295726 from Cloud:Tools
New upstream release (forwarded request 295648 from tbechtold)

OBS-URL: https://build.opensuse.org/request/show/295726
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=20
2015-04-13 18:31:47 +00:00
ca001a03ce Accepting request 295648 from home:tbechtold:branches:Cloud:Tools
New upstream release

OBS-URL: https://build.opensuse.org/request/show/295648
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=33
2015-04-13 15:57:34 +00:00
Dominique Leuenberger
7cfbd29a31 Accepting request 287588 from Cloud:Tools
- Fix (bnc#919305 & bnc#918952)
  - Properly handle persistent network device names for OpenNebula 
    + add dataSourceOpenNebula.patch
  - Properly set up network mode if interface config file 
    + modified suseIntegratedHandler.patch

OBS-URL: https://build.opensuse.org/request/show/287588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=19
2015-02-27 09:59:05 +00:00
bbd43b6038 - Fix (bnc#919305 & bnc#918952)
- Properly handle persistent network device names for OpenNebula 
    + add dataSourceOpenNebula.patch
  - Properly set up network mode if interface config file 
    + modified suseIntegratedHandler.patch

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=32
2015-02-24 16:29:59 +00:00
ba2f40691d - Properly handle persistent network device names for OpenNebula (bnc#918952)
+ add dataSourceOpenNebula.patch
- Properly set up network mode if interface config file (bnc#918952)
  + modified suseIntegratedHandler.patch

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=31
2015-02-24 15:55:16 +00:00
Dominique Leuenberger
5693821dbb Accepting request 285781 from Cloud:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/285781
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=18
2015-02-13 07:35:22 +00:00
Thomas Bechtold
1096eb56d9 - Require e2fsprogs for filesystem resizing
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=30
2015-02-05 10:18:48 +00:00
cf86188f72 - fixed syntax error in dmidecode on ppc64 patch (bnc#914920)
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=29
2015-02-04 19:26:15 +00:00
Dominique Leuenberger
68acaf254d Accepting request 283920 from Cloud:Tools
1

OBS-URL: https://build.opensuse.org/request/show/283920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=17
2015-02-04 08:32:09 +00:00
c8bcb2595c Accepting request 283917 from home:tbechtold:branches:Cloud:Tools
Fix invalid requirement for python-yaml

OBS-URL: https://build.opensuse.org/request/show/283917
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=28
2015-02-03 15:56:58 +00:00
Dominique Leuenberger
84a6d9d4cc Accepting request 263690 from Cloud:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/263690
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=16
2014-12-03 21:47:59 +00:00
0f3663beb5 - fixed syntax error in dmidecode on ppc64 patch
cloud-init-no-user-lock-if-already-locked.patch

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=27
2014-11-24 22:20:16 +00:00
Thomas Boerger
4253bc155c Accepting request 262579 from home:keutterling:branches:Cloud:Tools
fixed syntax error in dmidecode on ppc64 patch

OBS-URL: https://build.opensuse.org/request/show/262579
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=26
2014-11-21 22:06:19 +00:00
Marcus Schaefer
c69b90d607 - users-groups module checks if the account is locked by
calling 'passwd -l' which is ok but it should not raise
  if the account is already locked. This patch will cause
  lock_passwd to raise only if the account locking failed

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=25
2014-09-17 07:17:45 +00:00
Stephan Kulow
fbb9e17899 Accepting request 245117 from Cloud:Tools
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/245117
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=14
2014-08-27 14:53:10 +00:00
0b8569a353 Accepting request 244242 from Cloud:Tools
1

OBS-URL: https://build.opensuse.org/request/show/244242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=13
2014-08-13 06:49:08 +00:00