https://github.com/eclipse-sdv-blueprints/service-to-signal.git
podman pull docker.io/eclipse/zenoh:1.0.1
https://github.com/eclipse-sdv-blueprints/service-to-signal.git
podman pull docker.io/eclipse/zenoh:1.0.1
| FROM quay.io/fedora/fedora:42 | |
| RUN dnf install -y \ | |
| curl \ | |
| unzip \ | |
| zip \ | |
| git \ | |
| java-21-openjdk \ | |
| gcc \ | |
| vim \ |
| - set_fact: | |
| data: "{{ data | combine({'spec': 'foo': 'bar', recursive=true) }}" |
| {"level":"info","ts":1586259278.428085,"logger":"cmd","msg":"Go Version: go1.13.8"} | |
| {"level":"info","ts":1586259278.4281323,"logger":"cmd","msg":"Go OS/Arch: linux/amd64"} | |
| {"level":"info","ts":1586259278.4281423,"logger":"cmd","msg":"Version of operator-sdk: v0.16.0"} | |
| {"level":"info","ts":1586259278.4285197,"logger":"cmd","msg":"Watching single namespace.","Namespace":"default"} | |
| {"level":"info","ts":1586259278.7432842,"logger":"controller-runtime.metrics","msg":"metrics server is starting to listen","addr":"0.0.0.0:8383"} | |
| {"level":"info","ts":1586259278.7450504,"logger":"watches","msg":"Environment variable not set; using default value","envVar":"WORKER_MBOX_APPS_FEDORAPROJECT_ORG","default":1} | |
| {"level":"info","ts":1586259278.7452688,"logger":"watches","msg":"Environment variable not set; using default value","envVar":"ANSIBLE_VERBOSITY_MBOX_APPS_FEDORAPROJECT_ORG","default":2} |
| { | |
| "swagger": "2.0", | |
| "info": { | |
| "license": { | |
| "name": "GPLv3", | |
| "url": "https://www.gnu.org/licenses/quick-guide-gplv3.en.html" | |
| }, | |
| "title": "Fedora Account Service JSON API", | |
| "version": "0.0.1" | |
| }, |
| use std::io::prelude::*; | |
| use std::net::TcpStream; | |
| fn main() { | |
| let mut b = vec![0; 4096]; | |
| let mut s = String::new(); | |
| let headers = "GET /ip HTTP/1.1\r\nHost: httpbin.org\r\nUser-Agent: foobar/0.0.1\r\nAccept: */*\r\n\r\n"; | |
| let mut stream = TcpStream::connect("httpbin.org:80").unwrap(); | |
| stream.write(headers.as_bytes()).unwrap(); |
| import time | |
| from celery import group | |
| import sources as app | |
| def wait_fn(fn): | |
| is_ready = fn.ready() | |
| while not is_ready: |
| {"level":"error","ts":1561705894.9195263,"logger":"kubebuilder.controller","msg":"Reconciler error","controller":"pushapplication-controller","request":"unifiedpush/mypushapp","error":"UPS responded with status code: 404, but expected 204","errorVerbose":"UPS responded with status code: 404, but expected 204\ngithub.com/aerogear/unifiedpush-operator/pkg/unifiedpush.UnifiedpushClient.DeleteApplication\n\t/home/lrossett/Work/go/src/github.com/aerogear/unifiedpush-operator/pkg/unifiedpush/client.go:130\ngithub.com/aerogear/unifiedpush-operator/pkg/controller/pushapplication.(*ReconcilePushApplication).Reconcile\n\t/home/lrossett/Work/go/src/github.com/aerogear/unifiedpush-operator/pkg/controller/pushapplication/pushapplication_controller.go:94\ngithub.com/aerogear/unifiedpush-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/home/lrossett/Work/go/src/github.com/aerogear/unifiedpush-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/co |