Daniel Hsueh

Results 9 issues of Daniel Hsueh

##### ISSUE TYPE - Bug Report ##### container.yml ``` not applicable ``` ##### OS / ENVIRONMENT ``` centos 7 ``` ##### SUMMARY Under certain circumstances, the pip install of ansible-container...

needinfo

##### ISSUE TYPE - Bug Report ##### container.yml This is a reasonably small example I created to demonstrate the problem. (Yes it fails.) ``` version: '2' settings: project_name: buildbox conductor:...

needinfo

##### ISSUE TYPE - Documentation Report ##### container.yml not applicable ##### OS / ENVIRONMENT ``` # ansible-container --debug version Ansible Container, version 0.9.2 Linux, ubuntu, 4.4.0-104-generic, #127-Ubuntu SMP Mon Dec...

documentation
accepted

##### ISSUE TYPE - Bug Report - Feature Idea - Documentation Report (it may be all three!) ##### container.yml ``` version: '2' settings: project_name: "centos{{os_major_version}}-test-box" conductor: base: 'centos:{{os_major_version}}' services: base:...

##### ISSUE TYPE - Bug Report ##### container.yml ``` version: '2' settings: project_name: testproject conductor: base: 'centos:7' roles_path: - - roles/ services: testservice: from: roles: - BuildBox/Base working_dir: /tmp ports:...

needinfo

##### ISSUE TYPE - Bug Report ##### container.yml not applicable ##### OS / ENVIRONMENT ``` $ ansible-container --debug version Ansible Container, version 0.9.3rc0 Linux, ubuntu, 4.4.0-101-generic, #124-Ubuntu SMP Fri Nov...

needinfo

##### ISSUE TYPE - Bug Report ##### container.yml not applicable ##### OS / ENVIRONMENT ``` $ ansible-container --debug version Ansible Container, version 0.9.3rc0 Linux, ubuntu, 4.4.0-101-generic, #124-Ubuntu SMP Fri Nov...

accepted

logstash supports using a metadata [semantic/identifier](https://www.elastic.co/guide/en/logstash/current/plugins-filters-grok.html#_grok_basics) in grok (see https://www.elastic.co/blog/logstash-metadata "Date filter") e.g. pattern `%{TIMESTAMP_ISO8601:[@metadata][ts]}` should match input `2021-03-08 23:20:36.952` but instead reports no match Thank you.

enhancement

Hello, I have a streams-based repository with branches of the format: ``` //vehicles/rav4/... //vehicles/rav4-prime/... //vehicles/rav4-hybrid/... //vehicles/corolla/... //vehicles/corolla-cross/... //vehicles/corolla-hybrid/... ``` With the "prime", "hybrid", and "cross" variants child streams of the...