Cerca

Heus ací els resultats de la cerca.

3 nodos vagrant + docker @tech:vagrant:vagrantfile
28 Resultats, Darrera modificació:
= 3 nodos vagrant + docker {{tag>Vagrantfile}} la idea es desplegar un cluster swarm <sxh ruby; title: 3 nodos vagrant> Vagrant.configure("2") do |config| config.vm.define "nodo1" do |nodo1| nodo1.vm.box = "debian/jessie64" nodo1.vm.hostname = "nodo1" # nodo1.vm.
master template @tech:vagrant:vagrantfile
16 Resultats, Darrera modificació:
h do |host| config.vm.define host['name'] do |node| node.vm.box = host['box'] node.vm.hostname = host['hostname'] node.vm.network :private_network, ip: host['ip'] host['
vagrantfile examples
12 Resultats, Darrera modificació:
E>tech:vagrant:vagrantfile}} {{topic>Vagrantfile&nodate&nouser&sort&tags}} == vagrant box * crear una box en Vagrant: - ''vagrant package <nombre_maquina> --output fichero.box'' - subir (... ("2") do |config| config.vm.define "web" do |nodo1| nodo1.vm.box = "debian/jessie64"
VAGRANT
9 Resultats, Darrera modificació:
= VAGRANT {{tag>devops info}} ~~NOTOC~~ * [[tech:vagrant:vagrantfile]] * [[tech:vagrant:vagrantfile-examples]] == related {{topic>vagrant&nouser&nodate&tags}} == help * [[https://www.vagrantup.com/docs/vagrantfile/machine_settings]] * va... an/jessie64'': añadir imagen desde fichero local (nombre ejemplo) * ''vagrant box outdated'': mirar
vagrant mysql @tech:vagrant:vagrantfile
5 Resultats, Darrera modificació:
la VM arranca bien el mysql la primera vez, pero no las posteriores) <code yaml; Vagrantfile> IP = '1... }" MYSQL_HOME="/usr/local/mysql" DEBIAN_FRONTEND=noninteractive sudo apt-get -y update sudo apt-get ... ownloads/MySQL-5.6/${MYSQL_TGZ}" DEBIAN_FRONTEND=noninteractive sudo apt-get -y update sudo apt-get ... de bash; install.sh> #!/bin/bash DEBIAN_FRONTEND=noninteractive sudo apt-get -y update sudo debconf-
vagrant tomcat (7/8) con JDK (7/8) @tech:vagrant:vagrantfile
5 Resultats, Darrera modificació:
NSTALLER="oracle-java8-installer" DEBIAN_FRONTEND=noninteractive sudo add-apt-repository -y ppa:webup... "http://<local>:9090/${JAVA_TGZ}" DEBIAN_FRONTEND=noninteractive #sudo add-apt-repository -y ppa:webu... NSTALLER="oracle-java8-installer" DEBIAN_FRONTEND=noninteractive sudo add-apt-repository -y ppa:webup... "http://<local>:9090/${JAVA_TGZ}" DEBIAN_FRONTEND=noninteractive sudo apt-get -y update sudo apt-get
vagrant php @tech:vagrant:vagrantfile
2 Resultats, Darrera modificació:
de bash; install.sh> #!/bin/bash DEBIAN_FRONTEND=noninteractive sudo add-apt-repository -y ppa:ondre... de bash; install.sh> #!/bin/bash DEBIAN_FRONTEND=noninteractive sudo apt-get -y update sudo apt-get
vagrant weblogic @tech:vagrant:vagrantfile
2 Resultats, Darrera modificació:
http://<server>:9090/${JAVA_TGZ}" DEBIAN_FRONTEND=noninteractive sudo apt-get -y update sudo apt-get ... {JAVA_PATH} sudo useradd -d /opt/oracle -s /sbin/nologin wluser sudo mkdir -p /opt/oracle/{oraInvento
vagrantfile
1 Resultats, Darrera modificació:
seye64" === hostname === provision * **name**: nombre del provisionar (para info) * **type**: