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
ay@anyu:~/fuel/fuel-main$ make iso | |
mkdir -p /home/ay/fuel/fuel-main/build/mirror/eggs | |
sudo sh -c "${SANDBOX_UP}" | |
rpm: RPM should not be used directly install RPM packages, use Alien instead! | |
rpm: However assuming you know what you are doing... | |
rpm: no packages given for install | |
centos-release already installed | |
Config time: 0.018 | |
Yum Version: 3.4.3 | |
Setting up Package Sacks |
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
[tempest][ruby-2.1.0] ~/PycharmProjects/tempest $ testr run tempest.api.compute.servers.test_create_server.ServersTestJSON | |
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ | |
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ | |
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-500} \ | |
${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH:-./tempest/test_discover} --list | |
Non-zero exit code (2) from test listing. stdout='\xb3)\x01@[email protected]_api_discovery.TestApiDiscovery.test_api_versions[gate,smoke]... ... ... |
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
ubuntu@ay-master-001:/opt/oozie/bin$ ps auxwww | grep oozie | |
hadoop 2772 1.4 4.5 2337476 185708 ? Sl Jan19 15:14 /usr/java/jdk1.7.0_25/bin/java -Djava.util.logging.config.file=/opt/oozie/oozie-server/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Xmx1024m -Dderby.stream.error.file=/opt/oozie/logs/derby.log -Doozie.home.dir=/opt/oozie -Doozie.config.dir=/opt/oozie/conf -Doozie.log.dir=/opt/oozie/logs -Doozie.data.dir=/opt/oozie/data -Doozie.config.file=oozie-site.xml -Doozie.log4j.file=oozie-log4j.properties -Doozie.log4j.reload=10 -Doozie.http.hostname=ay-master-001.novalocal -Doozie.admin.port=11001 -Doozie.http.port=11000 -Doozie.https.port=11443 -Doozie.base.url=http://ay-master-001.novalocal:11000/oozie -Doozie.https.keystore.file=/home/hadoop/.keystore -Doozie.https.keystore.pass=password -Djava.library.path= -Djava.endorsed.dirs=/opt/oozie/oozie-server/endorsed -classpath /opt/oozie/oozie-server/bin/bootstrap.jar -Dcatalina.base=/opt/oozie/oozie-se |
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
ubuntu@ay-master-001:/opt/oozie/bin$ curl http://172.24.4.228:11000 | |
<!-- | |
Licensed to the Apache Software Foundation (ASF) under one | |
or more contributor license agreements. See the NOTICE file | |
distributed with this work for additional information | |
regarding copyright ownership. The ASF licenses this file | |
to you under the Apache License, Version 2.0 (the | |
"License"); you may not use this file except in compliance | |
with the License. You may obtain a copy of the License at |
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
2014-01-20 13:07:12.170 26963 DEBUG keystoneclient.middleware.auth_token [-] Authenticating user token __call__ /usr/lib/python2.6/site-packages/keystoneclient/middleware/auth_token.py:558 | |
2014-01-20 13:07:12.170 26963 DEBUG keystoneclient.middleware.auth_token [-] Removing headers from request environment: X-Identity-Status,X-Domain-Id,X-Domain-Name,X-Project-Id,X-Project-Name,X-Project-Domain-Id,X-Project-Domain-Name,X-User-Id,X-User-Name,X-User-Domain-Id,X-User-Domain-Name,X-Roles,X-Service-Catalog,X-User,X-Tenant-Id,X-Tenant-Name,X-Tenant,X-Role _remove_auth_headers /usr/lib/python2.6/site-packages/keystoneclient/middleware/auth_token.py:617 | |
2014-01-20 13:07:12.172 26963 DEBUG iso8601.iso8601 [-] Parsed 2014-01-21T11:17:14.000000Z into {'tz_sign': None, 'second_fraction': u'000000', 'hour': u'11', 'tz_hour': None, 'month': u'01', 'timezone': u'Z', 'second': u'14', 'tz_minute': None, 'year': u'2014', 'separator': u'T', 'day': u'21', 'minute': u'17'} with default timezone <iso8601.iso8601.Utc object at 0xce |
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
==> oozie.log <== | |
2014-01-20 11:39:27,299 WARN JPAService:542 - USER[-] GROUP[-] TOKEN[-] APP[-] JOB[-] ACTION[-] JPAExecutor [CoordJobGetJPAExecutor] ended with an active transaction, rolling back | |
2014-01-20 11:39:27,299 ERROR CoordJobXCommand:536 - USER[-] GROUP[-] TOKEN[-] APP[-] JOB[-] ACTION[-] XException, | |
org.apache.oozie.command.CommandException: E0604: Job does not exist [None] | |
at org.apache.oozie.command.coord.CoordJobXCommand.execute(CoordJobXCommand.java:146) | |
at org.apache.oozie.command.coord.CoordJobXCommand.execute(CoordJobXCommand.java:40) | |
at org.apache.oozie.command.XCommand.call(XCommand.java:280) | |
at org.apache.oozie.CoordinatorEngine.getCoordJob(CoordinatorEngine.java:148) | |
at org.apache.oozie.servlet.V1JobServlet.getCoordinatorJob(V1JobServlet.java:786) | |
at org.apache.oozie.servlet.V1JobServlet.getJob(V1JobServlet.java:229) |
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
2014-01-18 19:59:49.595 16861 WARNING savanna.service.instances [-] Can't start cluster 'ay' (reason: Multiple possible networks found, use a Network ID to be more specific. (HTTP 400) (Request-ID: req-38702b6a-9eda-49be-acee-3060a70eca2f)) | |
2014-01-18 19:59:49.853 16861 INFO savanna.service.instances [-] Cluster status has been changed: id=2999ad83-9079-41ac-b369-2b55eb70c0fb, New status=Error | |
2014-01-18 19:59:49.853 16861 INFO savanna.service.instances [-] Cluster 'ay' creation rollback (reason: Multiple possible networks found, use a Network ID to be more specific. (HTTP 400) (Request-ID: req-38702b6a-9eda-49be-acee-3060a70eca2f)) | |
2014-01-18 19:59:49.885 16861 ERROR savanna.context [-] Thread 'cluster-creating-2999ad83-9079-41ac-b369-2b55eb70c0fb' fails with exception: 'Multiple possible networks found, use a Network ID to be more specific. (HTTP 400) (Request-ID: req-38702b6a-9eda-49be-acee-3060a70eca2f)' | |
2014-01-18 19:59:49.885 16861 TRACE savanna.context Traceback (most recent call last): | |
2014-01-18 19:5 |
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
От блять, як пояснити, здавалось би розумному чоловікові чого від нього хоче, сука, Майдан. (Вибачте за нецензурщину, але, блять, емоції розпирають). Нема надії на те, що він прочитає моє пояснення, але все ж поясню: Микола, блять, Янович, уявіть собі, що ви тато в багатодітній родині. Діти хочуть купити собі джинсові штани, бо вони зручні і модні, а ви їх заставляєте носити радянські, сука, райтузи з резинкою під п"ятку. Діти кажуть, тату, купи, блять, хоч на секонді, але джинси, а тато залупився: нє, блять, райтузи! бо вони будуть нові і в вас їх буде багато. Діти знов просять: тату, джинси! А тато довго не думає і давай їх батогом їбашити. Так переїбашив, шо одне на око не бачить, другому голову зшивають, третьому ноги складають, четвертому ребра рахують, п"ятому і око і голову і ноги і руки.... Микола, блять, Янович, як ви гадаєте, мають соціальні служби позбавити такого тата батьківських прав? Правильно, мають. А чого не позбавили? - бо ними керує ще один такий самий райтузний далбайоб. Діти поняли: тато |
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
root@indi:~/dcac_install_openstack_env_int# ./install_openstack_env s | |
ERROR: found role at /root/dcac_install_openstack_env_int/roles/common, but cannot find /root/dcac_install_openstack_env_int/roles/common/tasks/main or /root/dcac_install_openstack_env_int/roles/common/handlers/main or /root/dcac_install_openstack_env_int/roles/common/vars/main or /root/dcac_install_openstack_env_int/roles/common/defaults/main or /root/dcac_install_openstack_env_int/roles/common/meta/main or /root/dcac_install_openstack_env_int/roles/common/library | |
root@indi:~/dcac_install_openstack_env_int# ansible-playbook -i hosts infr_db.yaml | |
ERROR: found role at /root/dcac_install_openstack_env_int/roles/common, but cannot find /root/dcac_install_openstack_env_int/roles/common/tasks/main or /root/dcac_install_openstack_env_int/roles/common/handlers/main or /root/dcac_install_openstack_env_int/roles/common/vars/main or /root/dcac_install_openstack_env_int/roles/common/defaults/main or /root/dcac_install_openstack_env_int/roles/common/me |
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
/etc/udev/rules.d/70-persistent-net.rules | |
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:50:56:2f:8d:70", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" | |
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:50:56:35:9a:c3", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1" | |
Substitute the MAC addresses with your actual ones. | |
eth0 - NAT | |
eth1 - Bridge |