This file contains 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
--- | |
- name: Converge | |
hosts: all | |
roles: [] |
This file contains 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
[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.922 s <<< FAILURE! - in com.blazebit.persistence.spring.hateoas.webmvc.DocumentControllerTest | |
[ERROR] com.blazebit.persistence.spring.hateoas.webmvc.DocumentControllerTest.testDocumentControllerHateoas Time elapsed: 1.687 s <<< ERROR! | |
java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@40199d5e testClass = com.blazebit.persistence.spring.hateoas.webmvc.DocumentControllerTest, locations = [], classes = [com.blazebit.persistence.spring.hateoas.webmvc.DocumentControllerTest.TestConfig, com.blazebit.persistence.spring.hateoas.webmvc.HateoasAwareBlazePersistenceWebConfiguration], contextInitializerClasses = [], activeProfiles = ["hibernate"], propertySourceLocations = [], propertySourceProperties = [], contextCustomizers = [], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.test.context.web.WebDelegatingSmartContextLoader, parent = null] | |
at org.springframew |
This file contains 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@bf208e6c1f99:/etc/apt/preferences.d# apt-cache policy docker-ce | |
docker-ce: | |
Installed: (none) | |
Candidate: 5:20.10.14~3-0~debian-buster | |
Version table: | |
5:20.10.14~3-0~debian-buster 500 | |
500 https://download.docker.com/linux/debian buster/stable amd64 Packages | |
5:20.10.13~3-0~debian-buster 500 | |
500 https://download.docker.com/linux/debian buster/stable amd64 Packages | |
5:20.10.12~3-0~debian-buster 500 |
This file contains 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
apt-cache policy docker-ce | grep 20.10 | |
Installed: 5:20.10.14~3-0~debian-buster | |
Candidate: 5:20.10.14~3-0~debian-buster | |
*** 5:20.10.14~3-0~debian-buster 500 | |
5:20.10.13~3-0~debian-buster 500 | |
5:20.10.12~3-0~debian-buster 500 | |
5:20.10.11~3-0~debian-buster 500 | |
5:20.10.10~3-0~debian-buster 500 | |
5:20.10.9~3-0~debian-buster 500 | |
5:20.10.8~3-0~debian-buster 500 |
This file contains 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
apt-cache policy docker-ce | grep 20.10 | |
Installed: 5:20.10.14~3-0~debian-buster | |
Candidate: 5:20.10.14~3-0~debian-buster | |
*** 5:20.10.14~3-0~debian-buster 500 | |
5:20.10.13~3-0~debian-buster 500 | |
5:20.10.12~3-0~debian-buster 500 | |
5:20.10.11~3-0~debian-buster 500 | |
5:20.10.10~3-0~debian-buster 500 | |
5:20.10.9~3-0~debian-buster 500 | |
5:20.10.8~3-0~debian-buster 500 |
This file contains 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
+-------------------+-------------+------+-----+---------+----------------+ | |
| Field | Type | Null | Key | Default | Extra | | |
+-------------------+-------------+------+-----+---------+----------------+ | |
| created_at | datetime | YES | | NULL | | | |
| updated_at | datetime | YES | | NULL | | | |
| deleted_at | datetime | YES | | NULL | | | |
| deleted | int(11) | YES | | NULL | | | |
| id | int(11) | NO | PRI | NULL | auto_increment | | |
| instance_uuid | varchar(36) | NO | MUL | NULL | | | |
| numa_topology | text | YES | | NULL | | |
This file contains 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
cat /etc/kolla/config/neutron/controller/neutron.conf | |
[DEFAULT] | |
global_physnet_mtu=1400 |
This file contains 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
[[0;32m OK [0m] Finished [0;1;39mApply the settings specified in cloud-config[0m. | |
Starting [0;1;39mExecute cloud user/final scripts[0m... | |
[ 23.849031] cloud-init[625]: Cloud-init v. 20.4.1 running 'modules:final' at Wed, 27 Oct 2021 17:13:26 +0000. Up 23.82 seconds. | |
[ 23.863615] cloud-init[625]: ci-info: no authorized SSH keys fingerprints found for user debian. | |
ci-info: no authorized SSH keys fingerprints found for user debian. |
This file contains 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
``` | |
(neutron-openvswitch-agent)[root@controller /]# ovs-vsctl list-ports br-lan | |
eth2 | |
phy-br-lan | |
(neutron-openvswitch-agent)[root@controller /]# ovs-vsctl list-ports br-wan | |
eth3 | |
phy-br-wan | |
``` | |
``` |
This file contains 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
cmake_minimum_required(VERSION 2.8) | |
project(conanqca) | |
message(STATUS "Conan CMake Wrapper") | |
include(conanbuildinfo.cmake) | |
conan_basic_setup() | |
include_directories(${CMAKE_SOURCE_DIR}/source_subfolder) | |
add_subdirectory("source_subfolder") |
NewerOlder