This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
fpn=/usr/share/osc-plugin-factory/factory-package-news/factory-package-news.py | |
cd ~/src/Cloud/provo/media-announcer | |
save_new_media() { | |
local dir=$1 | |
local media=$2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
fpn=/usr/share/osc-plugin-factory/factory-package-news/factory-package-news.py | |
dosend=1 | |
cd ~/src/Cloud/provo/media-announcer | |
announce_new_media() { | |
local dir=$1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!1 Requirements | |
Before you even start working with mkcloud, you should be aware that you will need: | |
* a lot of patience ;) | |
* installation DVD iso for SLE-12-SP2 (https://download.suse.com/Download?buildid=sl4IW_HRfKs%7E) (if link does not work, please use official beta program web site: https://www.suse.com/de-de/support/beta-program/beta) | |
* installation DVD iso for SUSE-CLOUD-7 (you can find link here: http://beta.suse.com/private/SUSE-CLOUD/beta/) | |
* qcow2 image with SLE-12-SP2 installed (more details will follow) | |
* qcow2 image file with manila-service-image (https://github.com/uglide/manila-image-elements/releases/download/0.1.0/manila-service-image.qcow2) | |
* mkcloud script (https://github.com/SUSE-Cloud/automation) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The main service configuration (/etc/$project/$project) can still be used | |
for configuration but the preferred way is to add config file snippets into | |
/etc/$project/$project.conf.d/ instead. | |
As part of the packaging, the package itself installs a config snippet at | |
/etc/$project/$project.conf.d/010-$project.conf with basic configuration. This | |
file should not be modified. In case there is a need to overwrite or add | |
settings, a XXX-$project.conf (XXX being a 3 digit number) should be created | |
instead. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
from jinja2 import Environment, PackageLoader | |
def generate_spec(settings, input_template): | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd $(dirname $0) | |
ghs=$(dirname $0)/github-status/github-status.rb | |
mode=unseen | |
#mode=forcerebuild | |
lst=$(mktemp) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. | |
# | |
# This program is free software; you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation; either version 2 of the License, or | |
# (at your option) any later version. | |
# | |
# This program is distributed in the hope that it will be useful, |
NewerOlder