17%
16.05.2013
_tenant_name="admin" os_auth_url="http://192.168.122.130:5000/v2.0/" op monitor interval="30s" timeout="30s"
09 primitive p_glance-registry ocf:openstack:glance-registry params config="/etc/glance/glance-registry.conf" os
17%
10.06.2015
-availability concept is very simple for the slaves; they are organized as a farm [11]. In other words, to compensate for the failure of X
workers, the Mesos array must have at least N
+X
slaves, where N
is the number
17%
05.12.2014
_domain": "yourdomain.com",
06 "dataset_uuid": "d34c301e-10c3-11e4-9b79-5f67ca448df0",
07 "resolvers": [
08 "192.128.0.9",
09 "192.128.0.10"
10 ],
11 "max_physical_memory": 4096,
12 "nics": [
13
17%
20.03.2014
": 2048,
07 "resolvers": ["192.168.111.254"],
08 "disks": [
09 {
10 "image_uuid": "1fc068b0-13b0-11e2-9f4e-2f3f6a96d9bc",
11 "boot": true,
12 "model": "virtio"
13 }
14 ],
15
17%
05.12.2016
Version: v1
02 kind: Pod
03 metadata:
04 name: nginx
05 spec:
06 containers:
07 - name: nginx
08 image: nginx
09 ports:
10 - containerPort: 80
A replication controller [12], however
17%
20.05.2014
"dependencies": {
09 "express": "*",
10 "swig": "*",
11 "consolidate": "*"
12 },
13 "devDependencies": {
14 "grunt": "~0.4.1",
15 "grunt-contrib-copy": "*",
16 "grunt ... 20
17%
11.04.2016
LANDEV=eth0
05
06 echo -n "flushing all chains"
07 /sbin/iptables -F -t filter
08 /sbin/iptables -F -t nat
09 /sbin/iptables -F -t mangle
10 /sbin/iptables -X -t filter
11 /sbin
17%
11.09.2018
: 2
09 template:
10 metadata:
11 labels:
12 run: nginx-dep
13 spec:
14 containers:
15 - name: nginx-dep
16 image: nginx17 ports:
18
17%
05.02.2019
Version: "2.0.0"
02
03 globalEnvVars:
04 - key: "MYSQL_USER"
05 value: "dev"
06 - key: "MYSQL_PASSWORD"
07 value: "123456"
08
09 commandTests:
10
11 # Is the MySQL package installed?
12 - name: "MySQL package
17%
02.02.2021
.sin(periods * 2 * np.pi * t)
12 return max(value, 0.0)
13 else:
14 value = np.sin(periods * 2 * np.pi * t)
15 return max(value, 0.0)
16
17 # building the data vector
18 my_data = []
19 i = 0
20 while