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 | |
| source /home/stack/stackrc | |
| time openstack overcloud deploy --limit Controller --templates | |
| -r /home/stack/templates/00_roles_data.yaml | |
| -e /home/stack/templates/01_node_info.yaml | |
| -e /home/stack/templates/03_network_isolation.yaml | |
| -n /home/stack/templates/04_network_data.yaml | |
| -e /home/stack/templates/05_network_environment.yaml |
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
| pipeline { | |
| agent any | |
| environment { | |
| DIR = 'animation-samples/ActivitySceneTransitionBasic' | |
| GRADLE_OPTS = "-Dorg.gradle.daemon=false" | |
| ANDROID_HOME = "/usr/lib/android-sdk" | |
| SDKMANAGER_BIN = "/usr/lib/android-sdk/tools/cmdline-tools/bin" | |
| FIREBASE_TOKEN = credentials('firebase-auth-token') | |
| } | |
| stages { |
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
| pipeline { | |
| agent any | |
| environment { | |
| DIR = 'animation-samples/ActivitySceneTransitionBasic' | |
| GRADLE_OPTS = "-Dorg.gradle.daemon=false" | |
| ANDROID_HOME = "/usr/lib/android-sdk" | |
| SDKMANAGER_BIN = "/usr/lib/android-sdk/tools/cmdline-tools/bin" | |
| } | |
| stages { | |
| stage('Clean Directory'){ |
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
| ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGCU31CwW/O6Is83nix4fJg0ZmfmApyBc/plNCPmj4Vy7KmP/B/NNs7XzQWmiiC706n+G9nGWeIuueS+jwWAvgPfUIRcaXsrjIrE8d1WTf6pvuA9JrtYs4+NS7yRkjcna4NoKVSu4p9B54e6x5A9wzb1teJGqqfj8ol2qYl5qEC8NqQ8gFAEXW8OtHqcuSa0+iuRJyC7Pj8vdMvF62G9JR0bA7d9pFG3x/XQuXZyC8M/vr69zoblj8O3NEBk6WRitIxv1viIAQuDiltK/yD3ao7ZBWCLlPk+4pygOPb3ni1uNN51m7143nQALA2VJBP9ZQKU55eghNFBYax8h2Qzmn raymond florendo@lenovo-chan |
This file has been truncated, but you can view the full file.
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
| msgid "" | |
| msgstr "" | |
| "Project-Id-Version: ProcessMaker (Branch 3.1)\n" | |
| "POT-Creation-Date: \n" | |
| "PO-Revision-Date: 2019-02-01 10:54+0800\n" | |
| "Last-Translator: \n" | |
| "Language-Team: Colosa Developers Team <[email protected]>\n" | |
| "MIME-Version: 1.0\n" | |
| "Content-Type: text/plain; charset=UTF-8\n" | |
| "Content-Transfer_Encoding: 8bit\n" |
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
| allow-axfr-ips=192.168.12.12 | |
| #only-notify=202.90.158.241,10.21.4.209,202.90.154.123,54.169.243.248 | |
| #also-notify=202.90.158.241,10.21.4.209,202.90.154.123,54.169.243.248 | |
| config-dir=/etc/pdns | |
| daemon=yes | |
| default-ttl=86400 | |
| default-soa-mail=i.gov.ph | |
| default-soa-name=scott.gov.ph |
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 | |
| export LC_ALL=C | |
| shopt -s nullglob | |
| incremental_dirs=( ./incremental-*/ ) | |
| full_dirs=( ./full-*/ ) | |
| shopt -u nullglob | |
| backup_owner="backup" |
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
| [mysqld] | |
| log-bin | |
| server_id=1 | |
| replicate-do-db=powerdns | |
| bind-address=192.168.12.14 |
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 | |
| export LC_ALL=C | |
| # Old Config | |
| # todays_dir="${parent_dir}/$(date +%a)" | |
| # now="$(date +%m-%d-%Y_%H-%M-%S)" | |
| days_of_backups=4 # Must be less than 7. Backup files that are 3 days old will be deleted. | |
| backup_owner="backup" # Your backup username. |
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
| -- MySQL dump 10.14 Distrib 5.5.56-MariaDB, for Linux (x86_64) | |
| -- | |
| -- Host: localhost Database: powerdns | |
| -- ------------------------------------------------------ | |
| -- Server version 5.5.56-MariaDB | |
| /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; | |
| /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; | |
| /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; | |
| /*!40101 SET NAMES utf8 */; |
NewerOlder