Skip to content

Commit

Permalink
pre merge to master
Browse files Browse the repository at this point in the history
  • Loading branch information
masonkatz committed Sep 6, 2017
1 parent ad6a719 commit 48c03e4
Show file tree
Hide file tree
Showing 69 changed files with 380 additions and 281 deletions.
6 changes: 3 additions & 3 deletions .gitignore
@@ -1,5 +1,5 @@
/build-*-*/
/src/order-*.mk
*/build-*-*/
*/src/order-*.mk
.buildenv
.buildenv-stacki
.rpmmacros
Expand All @@ -9,4 +9,4 @@
.DS_Store
roll-*.xml
.*.swp
/3rdparty/
*/3rdparty/
4 changes: 2 additions & 2 deletions common/nodes/apache.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>

<kickstart>
<stack>

<description>

Expand Down Expand Up @@ -90,4 +90,4 @@ cat /proc/cpuinfo | awk -F: '/^processor/{print $2;}' | wc -l > /var/tmp/profil
chown apache:root /var/tmp/profile.semaphore
</post>

</kickstart>
</stack>
4 changes: 2 additions & 2 deletions common/nodes/backend.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>

<kickstart interface="public">
<stack>


<description>
Expand Down Expand Up @@ -51,5 +51,5 @@ cp /run/install/tmp/stack.conf /tmp/stack.conf
</post>


</kickstart>
</stack>

4 changes: 2 additions & 2 deletions common/nodes/base.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>

<kickstart interface="public">
<stack>

<description>
Base class for all nodes.
Expand Down Expand Up @@ -112,4 +112,4 @@ mv /tmp/ks-script* /var/log/stacki/ks
updatedb
</boot>

</kickstart>
</stack>
4 changes: 2 additions & 2 deletions common/nodes/ca.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" standalone="no"?>


<kickstart>
<stack>

<description>

Expand Down Expand Up @@ -94,4 +94,4 @@ chgrp -R apache /etc/security/ca

</post>

</kickstart>
</stack>
4 changes: 2 additions & 2 deletions common/nodes/central.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>

<kickstart>
<stack>

<description>
Stacki Frontend can serve Pallets to other Frontends
Expand Down Expand Up @@ -109,5 +109,5 @@ touch /var/www/html/robots.txt

</post>

</kickstart>
</stack>

4 changes: 2 additions & 2 deletions common/nodes/client.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>

<kickstart interface="public">
<stack>

<description>
The 'client node' in the graph.
Expand Down Expand Up @@ -62,4 +62,4 @@ gpgcheck=0
</post>


</kickstart>
</stack>
4 changes: 2 additions & 2 deletions common/nodes/database-data.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" standalone="no"?>
<kickstart interface="public">
<stack>

<description>
Populate cluster database with initial data
Expand Down Expand Up @@ -234,4 +234,4 @@ rm /tmp/my.cnf
/opt/stack/bin/stack report host > /etc/hosts
</post>

</kickstart>
</stack>
4 changes: 2 additions & 2 deletions common/nodes/database-schema.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>

<kickstart>
<stack>

<description>

Expand Down Expand Up @@ -464,4 +464,4 @@ grant select,update,insert,delete,lock tables on cluster.* to apache@"&hostname;

</post>

</kickstart>
</stack>
4 changes: 2 additions & 2 deletions common/nodes/database.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>

<kickstart>
<stack>

<description>

Expand Down Expand Up @@ -170,4 +170,4 @@ for cmd in cmd_set:
except:
sys.stderr.write("Could not execute %s\n" % cmd)
</post>
</kickstart>
</stack>
4 changes: 2 additions & 2 deletions common/nodes/debug-post.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" standalone="no"?>


<kickstart>
<stack>

<description>

Expand All @@ -27,5 +27,5 @@ while [ -f /tmp/yo ]; do
done
</post>

</kickstart>
</stack>

4 changes: 2 additions & 2 deletions common/nodes/debug-pre.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>

<kickstart>
<stack>

<description>

Expand All @@ -26,7 +26,7 @@ while [ -f /tmp/yo ]; do
done
</pre>

</kickstart>
</stack>



Expand Down
4 changes: 2 additions & 2 deletions common/nodes/dhcp-server.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" standalone="no"?>


<kickstart>
<stack>

<description>

Expand All @@ -23,5 +23,5 @@

</post>

</kickstart>
</stack>

4 changes: 2 additions & 2 deletions common/nodes/dns-server.xml
Expand Up @@ -2,7 +2,7 @@



<kickstart>
<stack>

<description>

Expand Down Expand Up @@ -76,5 +76,5 @@ options {
</post>


</kickstart>
</stack>

4 changes: 2 additions & 2 deletions common/nodes/everything.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>

<kickstart>
<stack>

<description>
Dummy empty node for building the OS Roll, this is the
Expand Down Expand Up @@ -39,4 +39,4 @@
<package>perl-TermReadKey</package>
<package>libgnome-keyring</package>

</kickstart>
</stack>
4 changes: 2 additions & 2 deletions common/nodes/firewall-base.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" standalone="no"?>
<kickstart>
<stack>

<description>
Default firewall rules for all appliances. Disable everything but SSH.
Expand Down Expand Up @@ -33,5 +33,5 @@
</post>


</kickstart>
</stack>

4 changes: 2 additions & 2 deletions common/nodes/firewall-client.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>

<kickstart>
<stack>


<description>
Expand All @@ -18,5 +18,5 @@ https://github.com/Teradata/stacki/blob/master/LICENSE.txt
</post>


</kickstart>
</stack>

4 changes: 2 additions & 2 deletions common/nodes/firewall-server.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" standalone="no"?>
<kickstart>
<stack>

<description>
Server node firewall rules
Expand Down Expand Up @@ -51,4 +51,4 @@ chmod a+x /tmp/do-firewall.sh
</post>


</kickstart>
</stack>
4 changes: 2 additions & 2 deletions common/nodes/foundation-server.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>

<kickstart>
<stack>

<description>
Foundation Packages
Expand Down Expand Up @@ -58,4 +58,4 @@ fi

</post>

</kickstart>
</stack>
4 changes: 2 additions & 2 deletions common/nodes/frontend.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>

<kickstart interface="public">
<stack>


<description>
Expand All @@ -17,5 +17,5 @@ https://github.com/Teradata/stacki/blob/master/LICENSE.txt
<package>stack-command</package>


</kickstart>
</stack>

4 changes: 2 additions & 2 deletions common/nodes/grub.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>

<kickstart>
<stack>

<description>
Boot loader support (GRand Unified Bootloader)
Expand Down Expand Up @@ -28,4 +28,4 @@ cp /boot/grub/grub.conf /boot/grub/grub-orig.conf
</post>


</kickstart>
</stack>
4 changes: 2 additions & 2 deletions common/nodes/insert-rolls.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>

<kickstart>
<stack>

<description>

Expand Down Expand Up @@ -42,4 +42,4 @@ for name, version, release, arch, url, diskid in generator.rolls:

</post>

</kickstart>
</stack>
4 changes: 2 additions & 2 deletions common/nodes/install.xml
Expand Up @@ -2,7 +2,7 @@



<kickstart>
<stack>

<description>
Do everything needed to kickstart backend nodes or, generally speaking,
Expand Down Expand Up @@ -52,5 +52,5 @@ fi

</post>

</kickstart>
</stack>

4 changes: 2 additions & 2 deletions common/nodes/kernel-server.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>

<kickstart>
<stack>

<description>
Packages and configuration that should only be installed on servers
Expand Down Expand Up @@ -46,5 +46,5 @@ systemctl start ludicrous-server
</post>


</kickstart>
</stack>

4 changes: 2 additions & 2 deletions common/nodes/logrotate.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>

<kickstart>
<stack>

<description>
Append rules to logrotate to prune files in /var/log
Expand Down Expand Up @@ -87,5 +87,5 @@ https://github.com/Teradata/stacki/blob/master/LICENSE-ROCKS.txt
</file>
</post>

</kickstart>
</stack>

4 changes: 2 additions & 2 deletions common/nodes/ludicrous-client.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" standalone="no"?>
<kickstart>
<stack>

<description>
Ludicrous client service for tracking packages
Expand Down Expand Up @@ -32,5 +32,5 @@
</post>


</kickstart>
</stack>

4 changes: 2 additions & 2 deletions common/nodes/ludicrous-server.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" standalone="no"?>
<kickstart>
<stack>

<description>
Ludicrous server service for tracking packages
Expand All @@ -24,5 +24,5 @@
/usr/bin/systemctl enable ludicrous-server
</post>

</kickstart>
</stack>

0 comments on commit 48c03e4

Please sign in to comment.