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 is a super important CLA! |
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 is a test CLA | |
| Sign it maybe? | |
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
| from collections import namedtuple | |
| import dataclasses | |
| # BEWARE this is not 3.7+ compatible. For python 3.7+ we need to use the built | |
| # in dataclass module | |
| @dataclasses.dataclass | |
| class IssueData: | |
| id: str | |
| container_id: str |
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
| tasks: | |
| - name: Create a file called '/tmp/testfile.txt' with the content 'hello world'. | |
| copy: | |
| content: "hello world\n" | |
| dest: /tmp/testfile.txt |
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
| Commits by company: | |
| Google: 62 | |
| RedHat: 27 | |
| Huawei: 14 | |
| Unknown: 10 | |
| VMWare: 8 | |
| Pivotal: 6 | |
| IBM: 4 | |
| Microsoft: 1 |
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 | |
| set -eu | |
| set -o pipefail | |
| scriptname=$(basename $0) | |
| base_dir=/home/greghaynes | |
| if [ -z "$(which virt-install)" ]; then | |
| echo "virt-install not found" | |
| exit 1 |
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
| Description: Nova API,Keystone,Heat Engine and API,Glance,Neutron,Dedicated MySQL | |
| server,Dedicated RabbitMQ Server,Group of Nova Computes | |
| HeatTemplateFormatVersion: '2012-12-12' | |
| Parameters: | |
| AdminPassword: | |
| Default: unset | |
| Description: The password for the keystone admin account, used for monitoring, querying neutron etc. | |
| Type: String | |
| NoEcho: true | |
| AdminToken: |
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
| Description: Nova API,Keystone,Heat Engine and API,Glance,Neutron,Dedicated MySQL | |
| server,Dedicated RabbitMQ Server,Group of Nova Computes | |
| HeatTemplateFormatVersion: '2012-12-12' | |
| Parameters: | |
| AdminPassword: | |
| Default: unset | |
| Description: The password for the keystone admin account, used for monitoring, querying neutron etc. | |
| Type: String | |
| NoEcho: true | |
| AdminToken: |
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
| /idealist/build/sandbox-v0.0/numpy-1.7.1/build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h:1601: undefined reference to `PyErr_SetString' | |
| /idealist/build/sandbox-v0.0/numpy-1.7.1/build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h:1628: undefined reference to `PyExc_RuntimeError' | |
| /idealist/build/sandbox-v0.0/numpy-1.7.1/build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h:1628: undefined reference to `PyErr_SetString' | |
| /idealist/build/sandbox-v0.0/numpy-1.7.1/build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h:1628: undefined reference to `PyExc_ImportError' | |
| /idealist/build/sandbox-v0.0/numpy-1.7.1/build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h:1621: undefined reference to `PyExc_ImportError' | |
| /idealist/build/sandbox-v0.0/numpy-1.7.1/build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h:1607: undefined reference to `PyExc_AttributeError' | |
| /idealist/build/sandbox-v0.0/numpy-1.7.1/build/src.linux-x |
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
| 000100 IDENTIFICATION DIVISION. | |
| 000200 PROGRAM-ID. HAPPYBIRTHDAYQUANTICLE. | |
| 000300 | |
| 000400* | |
| 000500 ENVIRONMENT DIVISION. | |
| 000600 CONFIGURATION SECTION. | |
| 000700 SOURCE-COMPUTER. RM-COBOL. | |
| 000800 OBJECT-COMPUTER. RM-COBOL. | |
| 000900 | |
| 001000 DATA DIVISION. |
NewerOlder