code stringlengths 38 801k | repo_path stringlengths 6 263 |
|---|---|
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-16 19:17"
game: "Unreal Tournament"
name: "DM-IcingDeath_2006"
author: "Dark Elf"
description: "Time to warm up!"
releaseDate: "2005-10"
attachments:
- type: "IMAGE"
name: "DM-IcingDeath_2006_shot_3.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images... | content/Unreal Tournament/Maps/DeathMatch/I/8/5/f12f40/dm-icingdeath_2006_[85f12f40].yml |
---
# CCE - rabbitmq patch
- type: replace
path: /instance_groups/name=rmq/jobs/name=rabbitmq-server/properties/rabbitmq-server/ssl?/cacert
value: ((rmq_ssl.ca))
- type: replace
path: /instance_groups/name=rmq/jobs/name=rabbitmq-server/properties/rabbitmq-server/ssl?/cert
value: ((rmq_ssl.certificate))
- type:... | rabbitmq/operations/cce.yml |
name: 'Build osx target for release'
on:
workflow_dispatch:
inputs:
version:
description: 'Version to release ( ex: v0.0.1 )'
required: true
env:
node-version: 14.x
jobs:
release:
runs-on: macos-10.15
steps:
- uses: actions/checkout@v2
- uses: actions/setup-haskell... | .github/workflows/release-x86_64-apple-darwin.yml |
service: cloud-frontier-collector-azure
plugins:
- serverless-dotenv-plugin
- serverless-python-requirements
package:
exclude:
- "**"
include:
- "!**"
- "*.py"
custom:
pythonRequirements:
usePipenv: true
dotenv:
path: ../../credentials/azure.env
logging: false
include:
... | collectors/azure/serverless.yml |
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the main branch
on:
#schedule:
# - cron: '10 * * * *'
workflow_dispatch:
push:
branches:
- '**'
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
# A workflow run is made up of one or more j... | .github/workflows/cron.yml |
name: Multiple Stage TestSuite
testcases:
- name: prepare test
steps:
- script: {{.cds.build.cds}} project remove --force ITSCMULT
- script: {{.cds.build.cds}} group remove ITSCMULT_ACTION_Test_HelloWorld --force
- script: {{.cds.build.cds}} action remove ITSCMULT_ACTION_Test_HelloWorld --force
- script: {{.c... | tests/sc_multiple_stage.yml |
version: '2'
services:
#------------------------------------------- Cassanra cluster example
#cassandra1:
# build: ./docker/cassandra
# restart: "on-failure:100"
# networks:
# app:
# ipv4_address: 172.16.238.10
# environment:
# JVM_OPTS: "-Djava.rmi.server.hostname=172.16.238.10"
# ... | docker-compose.yml |
- hosts:
- kube-master
- new-master
- kube-node
- new-node
tasks:
- name: 获取所有已经创建的POD信息
command: "{{ bin_dir }}/kubectl get daemonset -n kube-system"
register: pod_info
run_once: true
- name: 删除原network插件calico部署
shell: "{{ bin_dir }}/kubectl delete -f /opt/kube/kube-system/calico/ || \
... | tools/clean_k8s_network.yml |
uid: "com.azure.cosmos.implementation.apachecommons.collections.map.EntrySetToMapIteratorAdapter"
fullName: "com.azure.cosmos.implementation.apachecommons.collections.map.EntrySetToMapIteratorAdapter<K,V>"
name: "EntrySetToMapIteratorAdapter<K,V>"
nameWithType: "EntrySetToMapIteratorAdapter<K,V>"
inheritances:
- "<xref... | preview/docs-ref-autogen/com.azure.cosmos.implementation.apachecommons.collections.map.EntrySetToMapIteratorAdapter.yml |
language: python
sudo: false
cache:
apt: true
directories:
- $HOME/.cache/pip
python:
- "2.7"
virtualenv:
system_site_packages: false
git:
submodules: false
depth: false
services:
- postgresql
- xvfb
addons:
apt:
sources:
- pov-wkhtmltopdf
# Search your sources alias here:
... | .travis.yml |
uid: "com.azure.communication.administration.ReservationStatus"
fullName: "com.azure.communication.administration.ReservationStatus"
name: "ReservationStatus"
nameWithType: "ReservationStatus"
summary: "Defines values for ReservationStatus."
inheritances:
- "<xref href=\"java.lang.Object\" data-throw-if-not-resolved=\"... | preview/docs-ref-autogen/com.azure.communication.administration.ReservationStatus.yml |
name: xanbot
default-extensions:
[NoMonomorphismRestriction, TemplateHaskell, OverloadedStrings]
ghc-options: [-Wall]
extra-source-files:
- html/*.html
- icon/*
- css/*
flags:
prod:
description: Live mode
manual: True
default: False
executables:
xanbot:
main: Main.hs
source-dirs: [exe... | package.yaml |
---
- name: Apt cache update
apt: update_cache=yes
tags:
- ihtsdo-asset
- name: Create /etc/opt/ Folder
file: path=/etc/opt/authoring-decision-support mode=0755 state=directory
- name: Create /var/opt/ Folder for config
file: path=/var/opt/authoring-decision-support/run/ mode=0755 state=directory
- n... | roles/IHTSDO.authoring-decision-support/tasks/main.yml |
{{- if eq .Values.global.registry_location "on-cluster" }}
apiVersion: apps/v1
kind: Deployment
metadata:
name: drycc-registry
labels:
heritage: drycc
annotations:
component.drycc.cc/version: {{ .Values.image_tag }}
spec:
replicas: 1
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable:... | charts/registry/templates/registry-deployment.yaml |
basePath: /api/v1
definitions:
models.Quote:
properties:
act:
type: string
created_date:
type: string
id:
type: string
quote:
type: string
scene:
type: string
tags:
items:
type: string
type: array
work:
... | docs/swagger.yaml |
name: Changelog Management
description: |
Provides management tasks for changelogs in Keep a Changelog 1.0.0 format,
including updating for a release, reading data, and adding new changes.
branding:
icon: list
color: yellow
inputs:
path:
description: |
Path to relative to the root of the project to... | action.yml |
uid: learn.introduction-to-classification.logistic-regression
title: Perform binary classification with logistic regression
metadata:
title: Perform binary classification with logistic regression
description: Here we introduce a simple but powerful classification algorithm - logistic regression.
ms.date: 06/30/... | docs-learn-test-folder/learn-pr/ai-school/introduction-to-classification/2-logistic-regression.yml |
- position: 1
driverNumber: 44
driverId: lewis-hamilton
constructorId: mercedes
engineManufacturerId: mercedes
tyreManufacturerId: pirelli
lap: 64
time: "1:23.593"
gap:
interval:
- position: 2
driverNumber: 5
driverId: sebastian-vettel
constructorId: ferrari
engineManufacturerId: ferrari
tyr... | src/data/seasons/2017/races/05-spain/fastest-laps.yml |
uuid: da9b491b-6594-4f2b-8c2e-df7b618fe4cf
langcode: en
status: true
dependencies:
config:
- field.field.node.entry.field_amazon
- field.field.node.entry.field_apple
- field.field.node.entry.field_artist
- field.field.node.entry.field_bandcamp
- field.field.node.entry.field_category
- field.fi... | config/sync/feeds.feed_type.entries.yml |
name: CI
on:
pull_request:
push:
branches:
- master
env:
RUST_BACKTRACE: 1
rust_min_version: 1.56.0
features: webvpn,wechat
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
... | .github/workflows/ci.yaml |
- name: Sécurité Microsoft 365
href: index.yml
expanded: true
items:
- name: Prise en main
items:
- name: Tâches prioritaires pour la prise en charge du travail depuis la maison
href: top-security-tasks-for-remote-work.md
- name: Sécurité Microsoft 365 pour les décideurs d’entr... | microsoft-365/security/TOC.yml |
pool:
vmImage: "ubuntu-latest"
steps:
- pwsh: |
$errorsTotal = 0
$warningsTotal = 0
# Get the list of files for the given PR
$currentLocation = Get-Location
$files = git diff HEAD~1 --name-only
$swaggerFiles = $files | where {$_ -match '.+?apidefinition.swagger.json$'}
$... | .pipelines/swagger_validation.yml |
interactions:
- request:
body: null
headers:
Accept: ['*/*']
Accept-Encoding: ['gzip, deflate']
Connection: [keep-alive]
User-Agent: [python-requests/2.18.4]
method: GET
uri: https://zonomi.com/app/dns/dyndns.jsp?action=QUERY&name=%2A%2A.pcekper.com.ar&type=SOA
response:
bo... | tests/fixtures/cassettes/zonomi/IntegrationTests/test_provider_when_calling_create_record_for_TXT_with_full_name_and_content.yaml |
nameWithType: ListManagementImages.addImage
type: method
members:
- fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.ListManagementImages.addImage()
name: addImage()
nameWithType: ListManagementImages.addImage()
returns:
description: <p>the first stage of the addImage call </p>
type... | legacy/docs-ref-autogen/com.microsoft.azure.cognitiveservices.vision.contentmoderator.ListManagementImages.addImage.yml |
version: 2
jobs:
test:
docker:
- image: circleci/ruby:2.5-node
environment:
BUNDLE_JOBS: 3
BUNDLE_RETRY: 3
BUNDLE_PATH: vendor/bundle
PGHOST: 127.0.0.1
PGUSER: backchat
RAILS_ENV: test
- image: circleci/postgres:9.6-alpine-ram
... | .circleci/config.yml |
version: 1
sitemaps:
website:
origin: https://www.adobe.com
lastmod: YYYY-MM-DD
languages:
default:
source: /express/query-index.json
destination: /express/sitemap-us.xml
hreflang: en
alternate: /{path}
germany:
source: /de/express/query-index.json
... | helix-sitemap.yaml |
items:
- uid: '@azure/cognitiveservices-face.Emotion'
name: Emotion
fullName: Emotion
children:
- '@azure/cognitiveservices-face.Emotion.anger'
- '@azure/cognitiveservices-face.Emotion.contempt'
- '@azure/cognitiveservices-face.Emotion.disgust'
- '@azure/cognitiveservices-face.Emot... | docs-ref-autogen/@azure/cognitiveservices-face/Emotion.yml |
replicaCount: 1
namespace: kube-system
image:
repository: hub.htres.cn/test/cpm
tag: 0.1
pullPolicy: Always
htnmCfg: |
[global]
cafile=config/ca.pem
certfile=config/etcd.pem
keyfile=config/etcd-key.pem
agentkey=/hapagent/lbagent
reqkey=/hapagent/lbreq
endpoints=https://10.153.51.200:2379
endpoi... | cpchart/values.yaml |
name: "2011-melbourne" # The name of the event. Four digit year with the city name in lower-case, with no spaces.
year: 2011 # The year of the event. Make sure it is in quotes.
city: "Melbourne" # The city name of the event. Capitalize it.
friendly: "2011-melbourne" # Four digit year and the city name in lower-case. Do... | data/events/2011-melbourne.yml |
uid: management.azure.com.loganalytics.savedsearches.get
name: Get
service: Log Analytics
groupName: Saved Searches
apiVersion: 2015-03-20
summary: Gets the specified saved search for a given workspace.
consumes:
- application/json
produces:
- application/json
paths:
- content: GET https://management.azure.com/subscrip... | docs-ref-autogen/loganalytics/SavedSearches/Get.yml |
language: php
cache:
directories:
- $HOME/.composer/cache
matrix:
fast_finish: true
include:
- php: 7.2
env: LARAVEL='6.*' COMPOSER_FLAGS='--prefer-lowest'
- php: 7.2
env: LARAVEL='6.*' COMPOSER_FLAGS='--prefer-stable'
- php: 7.3
env: LARAVEL='6.*' COMPOSER_FLAGS='--prefer-lowe... | .travis.yml |
--- !<MAP>
contentType: "MAP"
firstIndex: "2018-10-18 00:21"
game: "Unreal Tournament"
name: "JB-Mutiny-100"
author: "<NAME> 'TheSpoonDog'"
description: "None"
releaseDate: "2002-08"
attachments:
- type: "IMAGE"
name: "jb-mutiny-100_shot_565581dc_1.png"
url: "https://f002.backblazeb2.com/file/unreal-archive-images/... | content/Unreal Tournament/Maps/Jailbreak/M/5/6/5581dc/jb-mutiny-100_[565581dc].yml |
uid: azure.mgmt.eventgrid.models.TopicTypeInfo
name: TopicTypeInfo
fullName: azure.mgmt.eventgrid.models.TopicTypeInfo
module: azure.mgmt.eventgrid.models
inheritances:
- azure.mgmt.eventgrid.models._models_py3.Resource
summary: 'Properties of a topic type info.
Variables are only populated by the server, and will ... | docs-ref-autogen/azure-mgmt-eventgrid/azure.mgmt.eventgrid.models.TopicTypeInfo.yml |
nameWithType: SearchServices.createQueryKeyAsync
type: method
members:
- fullName: com.microsoft.azure.management.search.SearchServices.createQueryKeyAsync(String resourceGroupName, String searchServiceName, String name)
name: createQueryKeyAsync(String resourceGroupName, String searchServiceName, String name)
name... | legacy/docs-ref-autogen/com.microsoft.azure.management.search.SearchServices.createQueryKeyAsync.yml |
name: API
on: [push, pull_request]
jobs:
laravel:
name: pipeline (PHP ${{ matrix.php-versions }})
runs-on: ubuntu-latest
services:
mysql:
image: mysql:5.7
env:
MYSQL_ROOT_PASSWORD: '<PASSWORD>'
MYSQL_DATABASE: 'ecommerce'
MYSQL_USER: 'e_user'
M... | .github/workflows/build.yml |
name: Bug report 🐛
description: Report errors or unexpected behavior 🤔
labels: Needs-Triage
body:
- type: checkboxes
attributes:
label: Prerequisites
options:
- label: Write a descriptive title.
required: true
- label: Make sure you are able to repro it on the [latest released version](https:/... | .github/ISSUE_TEMPLATE/Bug_Report.yaml |
openapi: 3.1.0
info:
title: Flow endpoint models
version: ^0.0.0
components:
schemas:
Flow.TxRx:
description: >-
A container for different types of transmit and receive
endpoint containers.
type: object
required: [choice]
properties:
choice:
descri... | flow/endpoint.yaml |
version: "3.7"
services:
db:
image: postgres:13.3-alpine # Or timescale/timescaledb-ha:pg13.3-ts2.3.1-p1
restart: unless-stopped
stop_grace_period: 2m
stop_signal: SIGTERM
tty: true
environment:
PGDATA: /var/lib/postgresql/data
POSTGRES_HOST_AUTH_METHOD: scram-sha-256
POSTGRE... | docker-compose.yml |
nameWithType: Trainings.createImageRegions
type: method
members:
- fullName: com.microsoft.azure.cognitiveservices.vision.customvision.training.Trainings.createImageRegions()
name: createImageRegions()
nameWithType: Trainings.createImageRegions()
returns:
description: <p>the first stage of the createImageRegi... | legacy/docs-ref-autogen/com.microsoft.azure.cognitiveservices.vision.customvision.training.Trainings.createImageRegions.yml |
navbar_entries:
- title: about
url: about
- title: posts
url: blog
# project_entries:
# - title: Project 1
# url: overview-post
# desc: This is an example project, configured in _data/home.yml
# - title: Project 2
# url: overview-post
# desc: Projects are shown in card layout
# - ... | _data/home.yml |
server:
port: 18000
servlet:
context-path: /
system:
config:
websocket:
server-properties:
port: 18001
event-path: /test1
#spring:
# datasource:
# type: com.alibaba.druid.pool.DruidDataSource
# hisaige:
# druid:
# driver-class-name: com.mysql.cj.jdbc.Driver
# ... | websocket-hisaige/src/main/resources/application.yml |
parameters:
OnlineUsername: ''
OnlinePassword: ''
BrowserType: ''
OnlineUrl: ''
TestAutomationURLFilePath: ''
UsePrivateMode: ''
RepositoryName: 'PowerAppsTestAutomation'
steps:
- powershell: |
# Set agent screen resolution to 1920x1080 to avoid sizing issues with Portal
... | frameworksteps.yml |
---
# tasks file for ansible-role-kernel-settings/
- name: "IPv6 Kernel Settings"
block:
- name: "Disable IPv6 for all interfaces"
ansible.posix.sysctl:
name: net.ipv6.conf.all.disable_ipv6
value: 1
state: present
- name: "Disable default IPv6 for all interfaces"
ansible.p... | tasks/main.yml |
version: '2'
services:
orb-domain1:
container_name: orb.domain1.com
image: ${ORB_FIXTURE_IMAGE}:${ORB_FIXTURE_VERSION}
restart: always
environment:
- ALLOWED_ORIGINS=https://orb.domain1.com/services/orb,https://orb.domain2.com/services/orb
- ANCHOR_CREDENTIAL_DOMAIN=https://orb.domain1.c... | services/orb/compose-3.yml |
name: rust-next
on:
schedule:
- cron: '3 3 3 * *'
jobs:
test:
name: Test
strategy:
matrix:
build: [stable, linux, windows, mac, nightly, minimal, default]
include:
- build: stable
os: ubuntu-latest
rust: "stable"
features: "full"
- build:... | .github/workflows/rust-next.yml |
model_name: fasttext # 'han', 'fasttext', 'attbilstm', 'textcnn', 'transformer'
# refer to README.md for more info about each model
# dataset parameters
dataset: dbpedia # 'ag_news', 'dbpedia', 'yelp_review_polarity', 'yelp_review_full', 'yahoo_answers', 'amazon_review_polarity', 'amazon_review... | configs/dbpedia/fasttext.yaml |
---
# ref: https://docs.projectcalico.org/maintenance/ebpf/enabling-bpf
- name: define k8s api information for calico
shell: |
cat << EOF | kubectl apply -f -
kind: ConfigMap
apiVersion: v1
metadata:
name: kubernetes-services-endpoint
namespace: kube-system
data:
KU... | ansible_bak/kubeadm/roles/cni/tasks/calico.yml |
documentType: LandingData
title: Documentação do Azure Container Service com DC/OS e Swarm
metadata:
title: 'Documentação do Azure Container Service com DC/OS e Swarm - Tutoriais, Referência da API | Microsoft Docs'
meta.description: 'Azure Container Service allows you to quickly deploy a production ready DC/OS or ... | articles/container-service/dcos-swarm/index.yml |
captainVersion: 4
services:
$$cap_appname:
depends_on:
- $$cap_appname-mariadb
image: nmtan/chevereto:$$cap_chevereto_version
restart: 'always'
environment:
TZ: $$cap_tz
PUID: $$cap_puid
PGID: $$cap_guid
CHEVERETO_DB_HOST: s... | public/v4/apps/chevereto.yml |
name: "Automatic Releases"
on:
milestone:
types:
- "closed"
jobs:
release:
name: "GIT tag, release & create merge-up PR"
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: "actions/checkout@v2"
- name: "Release"
uses: "laminas/automatic-releases@v1"
... | .github/workflows/release-on-milestone-closed.yml |
title: Azure PowerShell documentation
summary: |
Azure PowerShell is a set of cmdlets for managing Azure resources directly from the
PowerShell command line. Azure PowerShell is designed to make it easy to learn and get started
with, but provides powerful features for automation. Written in .NET Standard, Azure ... | docs-conceptual/azps-6.0.0/index.yml |
name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
linux:
strategy:
matrix:
include:
- name: MSRV (minimal)
toolchain: 1.34.0
features: ""
- name: MSRV (vendored)
toolchain: 1.34.0
features: vendore... | .github/workflows/tests.yml |
name: Release
on:
push:
branches:
- development
pull_request:
branches:
- master
release:
branches:
- master
env:
PROJECT: ${{ github.event.repository.name }}.xcodeproj
SCHEME: ${{ github.event.repository.name }}
CONFIGURATION: Release
ARCHIVE_DIR: Archive
SIMULATOR... | .github/workflows/release.yml |
- hosts: all
name: Autoconverted job legacy-osbackup-freezer-dsvm from old job gate-osbackup-freezer-dsvm
tasks:
- name: Ensure legacy workspace directory
file:
path: '{{ ansible_user_dir }}/workspace'
state: directory
- shell:
cmd: |
set -e
set -x
... | playbooks/legacy/freezer-api-ubuntu-xenial/run.yaml |
gitlab:
image:
repo: null
tag: null
serviceAccountName: null
rootPassword: <PASSWORD>
## For minikube, set this to NodePort, elsewhere use LoadBalancer
## ref: http://kubernetes.io/docs/user-guide/services/#publishing-services---service-types
##
serviceType: LoadBalancer
## Configure externa... | k8s/gitlab/chart/gitlab/values.yaml |
---
# the following flags are common to all predgeom configurations
# NB: these are applied after the category config
encflags:
# Some sequences input order is not characteristic of a real
# system. This will make it so.
- sortInputByAzimuth: '$eval{ ${needs_azimuth_presort} || 0 }'
# use predictive geometry, def... | cfg/cfg-predgeom.yaml |
---
eventcodes_001:
eventcode: A01
eventname: Admit
supportflag: Y
eventcodes_002:
eventcode: A02
eventname: Transfer
supportflag: Y
eventcodes_003:
eventcode: A03
eventname: Discharge
supportflag: Y
eventcodes_004:
eventcode: A04
eventname: Register
supportflag: Y
eventcodes_005:
eventcode: A... | test/fixtures/eventcodes.yml |
name: 'Run shellcheck with reviewdog'
description: '🐶 Run shellcheck with reviewdog on pull requests to improve code review experience.'
author: 'haya14busa (reviewdog)'
inputs:
github_token:
description: 'GITHUB_TOKEN.'
default: '${{ github.token }}'
required: false
level:
description: 'Report lev... | action.yml |
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
env:
global:
- secure: K6dO7Mksu4WVMi8HUboI7zTdOOTlRiEhVNNDdajiSzypAXjliCckQedupiB0rIDQuLnT1bZjCozGFVlm0HOVpd+jEEVCBgUufA6vJK/xvt2fgNzONWJzWysEV2wL98wGt8SILLXI2l7auG0Y5EU/Txi4hawVo8dSicco0WKVBzyNrtEZQTMUQ6IpwNd/MVMkwsu64v+R8l6lsCJshHIO1mHwJOUGI2S33s... | .travis.yml |
name: Milestone Changelog
description: Re-generates changelog for given milestone
inputs:
milestone:
description: Milestone object containing number and title
required: true
token:
description: Github token
required: true
runs:
using: "composite"
steps:
- name: Parse input
id: args
... | .github/actions/milestone-changelog/action.yml |
items:
- uid: microsoft-cognitiveservices-speech-sdk.AudioStreamFormat
name: AudioStreamFormat
fullName: AudioStreamFormat
children:
- microsoft-cognitiveservices-speech-sdk.AudioStreamFormat.close
- >-
microsoft-cognitiveservices-speech-sdk.AudioStreamFormat.getDefaultInputFormat
... | docs-ref-autogen/microsoft-cognitiveservices-speech-sdk/AudioStreamFormat.yml |
name: docs
on:
push:
branches:
- master
tags:
- v*
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: ${{github.ref}}
- name: Config the local git reposi... | .github/workflows/docs.yml |
- name: Vue d’ensemble
items:
- name: Machines virtuelles SQL Server Windows
href: ../../../azure-sql/virtual-machines/windows/sql-server-on-azure-vm-iaas-what-is-overview.md?toc=/azure/virtual-machines/windows/sqlclassic/toc.json
- name: Tarifs
href: 'https://azure.microsoft.com/pricing/details/v... | articles/virtual-machines/windows/sqlclassic/TOC.yml |
baseurl: "https://techsquad.rocks/"
theme: hugo-theme-pure
title: "Kubernetes, CI/CD, Git, Linux, Containers, Golang... and more"
defaultContentLanguage: en
footnoteReturnLinkContents: ↩
hasCJKLanguage: false
paginate: 7
enableEmoji: true
PygmentsCodeFences: false
googleAnalytics: "UA-8919037-7"
taxonomies:
catego... | config.yaml |
---
# evaluate mgmt IP for all hosts in deployment to be able to create /etc/hosts
- name: Build host_intf_dict
set_fact:
host_intf_dict: "{{ host_intf_dict | combine({item.value['ip'] : hostvars[item.value['ip']]['network_interface_detected']}) }}"
with_dict: "{{ instances }}"
when:
- item.value.get('ip'... | playbooks/roles/openstack/tasks/manage_etc_hosts.yml |
version: '3.6'
services:
lapp:
depends_on:
- hbp
container_name: lapp
image: asoltys/lnft-server:nftglee
restart: on-failure
environment:
SERVER_URL: '${SERVER_URL}'
HASURA_SECRET: '${HASURA_GRAPHQL_ADMIN_SECRET}'
CLOUDFLARE_TOKEN: '${CLOUDFLARE_TOKEN}'
CLOUDFLARE_ZO... | hasura/docker-compose.yaml |
cluster:
enabled: true
image:
all:
repository: milvusdb/milvus-dev
tag: master-latest
pullPolicy: IfNotPresent
etcd:
replicaCount: 3
minio:
resources:
requests:
memory: 256Mi
kafka:
enabled: false
name: kafka
replicaCount: 3
defaultReplicationFactor: 2
pulsar:
enabled: true
... | tests/python_client/chaos/cluster-values.yaml |
sponsorshipLevelData:
- level: Title Sponsor
tier: gold
costInDollars: 10_000
benefits:
- Exclusive naming rights to the Overall WMRRA Championship.
- Title sponsor can provide a decal to be placed on all participating motorcycles at a WMRRA event.
- Sponsor name on Overall Championship ... | data/sponsorshipLevels.yml |
name: Bug report for the Element iOS app
description: Report any issues that you have found with the Element app. Please [check open issues](https://github.com/vector-im/element-ios/issues) first, in case it has already been reported.
labels: [T-Defect]
body:
- type: markdown
attributes:
value: |
Th... | .github/ISSUE_TEMPLATE/bug.yml |
constructors:
- microsoft.servicefabric.actors.runtime.VolatileActorStateProvider.VolatileActorStateProvider()
- microsoft.servicefabric.actors.runtime.VolatileActorStateProvider.VolatileActorStateProvider(ReplicatorSettings)
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref hre... | legacy/docs-ref-autogen/microsoft.servicefabric.actors.runtime.VolatileActorStateProvider.yml |
{{- if not (eq .Values.chartMode "custom") -}}
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}
{{- if .Values.annotations.config }}
annotations:
{{- toYaml .Values.annotations.config | nindent 4 }}
{{- end }}
data:
teleport.yaml: |
teleport:
log:
severity: {{ .Values.l... | examples/chart/teleport-cluster/templates/config.yaml |
---
- name: 'CONFIG | Manage yarn-site.xml file'
template:
src: "{{ role_path }}/templates/yarn-site.xml.j2"
dest: "{{ hadoop_paths_files.yarn_site.path }}"
owner: "{{ hadoop_paths_files.yarn_site.owner | default('root') }}"
group: "{{ hadoop_paths_files.yarn_site.group | default('root') }}"
mode... | tasks/config.yml |
sidebar:
about: True # set to False or comment line if you want to remove the "how to use?" in the sidebar
education: True # set to False if you want education in main section instead of in sidebar
# Profile information
name: Woonhyuk (<NAME>
tagline: Applied AI Research Scientist
avatar: prof... | _data/data.yml |
items:
- uid: azure-arm-storage.BlobServiceProperties
name: BlobServiceProperties
fullName: BlobServiceProperties
children:
- azure-arm-storage.BlobServiceProperties.automaticSnapshotPolicyEnabled
- azure-arm-storage.BlobServiceProperties.cors
- azure-arm-storage.BlobServiceProperties.de... | docs-ref-autogen/azure-arm-storage/BlobServiceProperties.yml |
menu:
主页: /
归档: /archives
分类: /categories
标签: /tags
关于我: /2020/02/23/about/me/
# 站点次标题和打字动效
# https://github.com/mattboldt/typed.js
subtitle:
enable: true # 是否开启动效
text: 面朝大海,春暖花开 # 显示的文字
text2: 愿你一生努力,一生被爱 # 滚动播放,如果不需要可以留空
text3: 想要的都拥有,得不到的都释怀 # 最多支持三段文字
startDelay: 0 # 延迟时间
typeSpeed: 2... | _config.yml |
---
name: $(BuildDefinitionName)_$(SourceBranchName)_$(date:yyyyMMdd)$(rev:.r)
trigger:
branches:
include:
- main
exclude:
- develop
- bug*
- feature*
parameters:
- name: CONTEXT
displayName: "The the path to your dockerfile"
default: "devops-agents/linux/recommended/azdo-a... | devops-agents/linux/recommended/azdo-agent/base/build-base.yml |
{{- if and (eq .Values.datastore "kubernetes") .Values.typha.enabled -}}
# This manifest creates a Service, which will be backed by Calico's Typha daemon.
# Typha sits in between Felix and the API server, reducing Calico's load on the API server.
apiVersion: v1
kind: Service
metadata:
name: calico-typha
namespace:... | _includes/v3.7/charts/calico/templates/calico-typha.yaml |
apiVersion: cluster.x-k8s.io/v1beta1
kind: MachineDeployment
metadata:
labels:
cluster.x-k8s.io/cluster-name: test
pool: md-0
name: test-md-0
namespace: eksa-system
spec:
clusterName: test
replicas: 1
selector:
matchLabels:
cluster.x-k8s.io/cluster-name: test
pool: md-0
template:
... | pkg/providers/tinkerbell/testdata/expected_results_cluster_tinkerbell_md.yaml |
sudo: required
services:
- docker
language: bash
script:
# Update docker for multi-stage build
- sudo service docker stop
- curl -fsSL https://get.docker.com/ | sudo sh
# Build all images
#- docker build --build-arg PLATFORM=linux-amd64 -t raymondmm/caddy:linux-amd64 -f Dockerfile.linux-amd64 .
# pre... | .travis.yml |
items:
- uid: com.microsoft.azure.cognitiveservices.computervision._image_url
id: _image_url
parent: com.microsoft.azure.cognitiveservices.computervision
children:
- com.microsoft.azure.cognitiveservices.computervision._image_url.url()
- com.microsoft.azure.cognitiveservices.computervision._image_url.withUrl(... | docs-ref-autogen/com.microsoft.azure.cognitiveservices.computervision._image_url.yml |
variables:
- name: DefaultBuildConfiguration
value: Debug
- name: DefaultBuildPlatform
value: 'any cpu'
- name: ApkName
value: AndroidControlGallery.AndroidControlGallery.apk
- name: IpaName
value: XamarinFormsControlGalleryiOS.ipa
- name: SolutionFile
value: Xamarin.Forms.sln
- name: major
value: 99
- name... | azure-pipelines.yml |
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: get-all
spec:
version: v1.2.1
platforms:
- uri: https://github.com/corneliusweig/ketall/releases/download/v1.2.1/get-all-amd64-linux.tar.gz
sha256: f9af80ca1ea3fba408480cda5c7269e1a0adcee3f676b7c8ad90491752aad303
... | plugins/get-all.yaml |
name: Report an issue with bimmerconnected
description: Report an issue with bimmer_connected.
labels: 'bug :bug:'
body:
- type: markdown
attributes:
value: |
This issue form is for reporting bugs only!
If you have a question or feature request, please use the [discussions][dg].
[... | .github/ISSUE_TEMPLATE/bug_report.yml |
type: google.api.Service
config_version: 3
name: gkehub.googleapis.com
title: GKE Hub
apis:
- name: google.cloud.gkehub.v1beta1.GkeHubMembershipService
types:
- name: google.cloud.gkehub.v1beta1.OperationMetadata
documentation:
rules:
- selector: google.cloud.location.Locations.GetLocation
description: Gets ... | google/cloud/gkehub/v1beta1/gkehub_v1beta1.yaml |
nameWithType: Catalogs.updateCredential
type: method
members:
- fullName: com.microsoft.azure.management.datalake.analytics.Catalogs.updateCredential(String accountName, String databaseName, String credentialName, DataLakeAnalyticsCatalogCredentialUpdateParameters parameters)
name: updateCredential(String accountName... | legacy/docs-ref-autogen/com.microsoft.azure.management.datalake.analytics.Catalogs.updateCredential.yml |
---
- name: Create remote syslog
bigip_remote_syslog:
remote_host: "{{ remote_host1 }}"
state: present
register: result
- name: Assert Create remote syslog
assert:
that:
- result is changed
- name: Create remote syslog - Idempotent check
bigip_remote_syslog:
remote_host: "{{ remote_host... | f5-ansible/test/integration/targets/bigip_remote_syslog/tasks/main.yaml |
api_name: []
items:
- children:
- azure.mgmt.resource.resources.v2020_06_01.models.AliasPatternType.EXTRACT
- azure.mgmt.resource.resources.v2020_06_01.models.AliasPatternType.NOT_SPECIFIED
class: azure.mgmt.resource.resources.v2020_06_01.models.AliasPatternType
fullName: azure.mgmt.resource.resources.v2020_06_... | preview/docs-ref-autogen/azure-mgmt-resource/azure.mgmt.resource.resources.v2020_06_01.models.AliasPatternType.yml |
---
- name: test that default environment file is correctly deposited
hosts: localhost
roles:
- role: ../../ansible-irods-env
post_tasks:
- include: "tasks/check-deposition.yml"
vars:
env_file: "{{ ansible_env.HOME }}/.irods/irods_environment.json"
owner: "{{ ansible_env.USER }}"
... | tests/test-deposition.yml |
############################# Fabricbeat ######################################
fabricbeat:
# Defines how often an event is sent to the output
period: 1s
# Defines which organization the connected peer is part of
organization: org${ORG_NUMBER}
# Defines the peer which fabricbeat should query
peer: peer${... | agent/fabricbeat/_meta/templates/multichannel-config.yml |
AllCops:
TargetRubyVersion: 2.5
Naming/PredicateName:
AllowedMethods:
- is_enabled?
Metrics/ClassLength:
Max: 125
Layout/LineLength:
Max: 140
Metrics/MethodLength:
Max: 20
Metrics/BlockLength:
Max: 110
Exclude:
- 'spec/**/*.rb'
Metrics/AbcSize:
Max: 30
Metrics/CyclomaticComplexity:
Max: 9... | .rubocop.yml |
items:
- uid: com.microsoft.azure.management.containerservice.KubernetesCluster.UpdateStages.WithNetworkProfile
id: WithNetworkProfile
artifact: com.microsoft.azure:azure-mgmt-containerservice:1.36.3
parent: com.microsoft.azure.management.containerservice
children:
- com.microsoft.azure.management.containerse... | docs-ref-autogen/com.microsoft.azure.management.containerservice.KubernetesCluster.UpdateStages.WithNetworkProfile.yml |
{{- if .Values.monitoring.alert_manager }}
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: "{{ template "pulsar.fullname" . }}-{{ .Values.alert_manager.component }}"
namespace: {{ template "pulsar.namespace" . }}
labels:
{{- include "pulsar.standardLabels" . | nindent 4 }}
component: {{ .Values.ale... | charts/pulsar/templates/alert-manager/alertmanager-statefulset.yaml |
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ $.Chart.Name }}
namespace: {{ $.Release.Namespace }}
labels:
app: {{ $.Chart.Name }}
chart: {{ $.Chart.Name }}
chart_version: {{ $.Chart.Version }}
spec:
revisionHistoryLimit: 2
selector:
matchLabels:
app: {{ $.Chart.Name }}
templ... | k8s/templates/deployments.yaml |
api_name: []
items:
- children:
- azure.mgmt.web.models.web_site_management_client_enums.SiteExtensionType.gallery
- azure.mgmt.web.models.web_site_management_client_enums.SiteExtensionType.web_root
class: azure.mgmt.web.models.web_site_management_client_enums.SiteExtensionType
fullName: azure.mgmt.web.models.w... | docs-ref-autogen/azure-mgmt-web/azure.mgmt.web.models.web_site_management_client_enums.SiteExtensionType.yml |
---
- name: MON-TRA | install | include OS specific variables
include_vars: "{{ ansible_os_family | lower }}.yml"
- name: MON-TRA | install | Setup group
become: yes
group:
name: "{{ mon_tra_service_group }}"
system: yes
- name: MON-TRA | install | Setup user
become: yes
user:
name: "{{ mon_tra... | roles/MON-TRA/tasks/install.yml |
---
MN:
- name: Bank Of Mongolia, The
swift: BOMUMNUBXXX
swift8: BOMUMNUB
branch_name: Head Office
branch_address: The Central Bank 210646 Ulaanbaatar
branch_code: XXX
city: Ulaanbaatar
country: Mongolia
- name: Capital Bank Of Mongolia
swift: CBMNMNUBXXX
swift8: CBMNMNUB
branch_name: Head Office
... | data/banks/MN.yml |
---
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app.kubernetes.io/instance: ibm-spectrum-scale-csi-operator
app.kubernetes.io/managed-by: ibm-spectrum-scale-csi-operator
app.kubernetes.io/name: ibm-spectrum-scale-csi-operator
product: ibm-spectrum-scale-csi
release: ibm-spectrum-scale-c... | config/csi/manager/manager.yaml |
---
# first, check to make sure that the external_subnet is defined; if it is not,
# then it's an error
- name: Ensure that external_subnet is defined
fail:
msg: "The external_subnet parameter must be defined"
run_once: true
when: external_subnet is undefined
# next, determine the list of roles used in a depl... | roles/osp/tasks/main.yml |
name: exchangegroup
version: 0.0.26
inherits: wercker/ubuntu12.04-webessentials@0.0.12
type: main
platform: ubuntu@12.04
description: "Ruby 2.1, node.js, sphinx, qt5, karma, phantomjs, geocitylite."
packages:
- ruby@2.1
- mysql@5.5
- nodejs@0.10.17
- sphinxsearch@2.0.8
- phantomjs@1.9.1
- qt@5.0
keywords:
... | wercker-box.yml |
title: Visual Studio debugger documentation # < 60 chars
summary: The Visual Studio debugger helps you observe the run-time behavior of your program and find problems. # < 160 chars
metadata:
title: Debugging in Visual Studio (Windows) # Required; page title displayed in search results. Include the brand. < 60 char... | docs/debugger/index.yml |