Skip to content

Instantly share code, notes, and snippets.

View dguerri's full-sized avatar

Davide Guerri dguerri

View GitHub Profile
#!/bin/bash
#
# This file is part of fi-backup.
#
# fi-backup 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 3 of the License, or
# (at your option) any later version.
#
# fi-backup is distributed in the hope that it will be useful,
@dguerri
dguerri / Unifi3Beta.template
Created July 31, 2013 13:15
Unifi 3 Beta on UniCloud with OpenStack Heat - AWS Template
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "AWS CloudFormation template for Unifi beta 3.",
"Parameters": {
"KeyName": {
"Type": "String",
"Description": "Name of an existing EC2 KeyPair to enable SSH access to the instances"
},
"InstanceType": {
"Description": "WebServer EC2 instance type",
@dguerri
dguerri / gist:4749098
Last active September 24, 2019 10:53
Growroot with LVM for OpenStack
#!/bin/bash
#
# This file is part of the UniCloud project
#
# Copyright (C) 2013 Unidata S.p.A. (Davide Guerri - d.guerri@rd.unidata.it)
#
# 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 3 of the License, or
# (at your option) any later version.