Questions tagged [ara]

14 questions
2
votes
1 answer

Is there a way to use Hypenova with Nuxt and VueJs and make SSR?

I try to use Ara Framework to implement micro-frontend. I chose Nuxt framework as my main application which "concatanate" my micro-frontends. Micro-frontend are implemented with VueJs framework. Here is one of my micro-frontend (in VueJs) which…
Duplouy
  • 21
  • 2
1
vote
1 answer

Error while running ARA server on Alpine linux

I am trying to install the latest version of the Ansible Records Analyzer server on an alpine Linux I made sure that all requirements are well installed ( Django, GCC,python3, Pypi, ansible) the install went well except for a warning about the…
Jinja_dude
  • 404
  • 5
  • 20
1
vote
0 answers

Is two-way binding possible between nuxt.js and nova service? (ara-nuxtjs-demo)

I'm testing demo: https://github.com/marconi1992/ara-nuxtjs-demo Is there a way to dynamically change the props in the "nova component" when changing props to Nuxt.js? Or some other way for dynamic communication between Nuxt.js and Nova…
1
vote
2 answers

ARA connection to MySQL but always got an error "sqlalchemy.exc.OperationalError"

I have installed an ARA portal to watch the Ansible playbook executed status. But, I always got an error as below said from ARA portal: sqlalchemy.exc.OperationalError OperationalError: (pymysql.err.OperationalError) (2006, "MySQL server has gone…
Cain Chen
  • 33
  • 1
  • 4
1
vote
2 answers

How to Use Ansible Report Analysis (ARA) while executing from a Jenkins Job

I can generate report when I run the same job via command line simply by following these steps: % sudo su jenkins % export ANSIBLE_CALLBACK_PLUGINS="/usr/lib/python2.7/site-packages/ara/plugins/callbacks" % /bin/ansible-playbook -v -i…
Yagna Pant
  • 33
  • 5
0
votes
0 answers

Building LLVM toolchain Stops midway through

So I am atempting to build the ARA-RISCV build and it requires a RISC-V LLVM toolchain and they give you a "make toolchain-llvm" command and it starts off ok but midway through the build around 2500/3500 it stops and the terminal closes without…
Alex Pap
  • 1
  • 2
0
votes
2 answers

I want to use ctrl+f command with search box

I want to use a search like Ctrl+F in Virtual Tour work. First of all, the address of this study is 360franke.com I have a single index.html file. Almost all work,
It is…
0
votes
0 answers

TypeError: __init__() got an unexpected keyword argument 'do_farasa_tokenization'

I get an error when running this code from arabert.preprocess import ArabertPreprocessor, never_split_tokens from farasa.stemmer import FarasaStemmer stemmer = FarasaStemmer(interactive=True) train_df['tweet'] = train_df['tweet'].apply(lambda x:…
Gehad
  • 16
  • 4
0
votes
0 answers

Ansible Run Analysis tool :Exception during the install of mysqlclient using pip3

I want to use a mysql engine/database with ARA instead of the default sqlite engine that comes with the tool in order to have a more robust engine for multiple entries but I am facing an issue that doesn't allow me to acheive this here below the…
Jinja_dude
  • 404
  • 5
  • 20
0
votes
2 answers

Exceptions during the install through pip3 dynaconf

I am trying to install a specific dynaconf version on an Ubuntu VM taht i will need to install ara client (Ansible Record Analyzer) but I keep getting these exceptions : user@machine:~$ pip3 install dynaconf==3.1.2 Collecting…
Jinja_dude
  • 404
  • 5
  • 20
0
votes
0 answers

ARA framework Nested micro-frontend

I'm discovering ARA framework. I'm in the process of setting up an SSR architecture based on Nuxt.js as the host application to aggregate micro-frontend I configured the Nova proxy and declared each of my micro-frontends in the Nova cluster I…
Damien
  • 1
  • 1
0
votes
1 answer

How to convert longblob to readable format

I'm using ara for my ansible project to stock playbook output into database (Mysql). Some Tables are not readable i would like to know how to convert that in order to develop a php page to display thos values: here's my table description : mysql>…
Omar.Ben
  • 1
  • 1
0
votes
1 answer

Unable to start ara

I have installed ara as per documentation https://ara.readthedocs.io/en/stable/installation.html however when I try to access it from url it does not load. I am not sure where are the ara logs. Kindly find below information from…
learner
  • 2,480
  • 10
  • 50
  • 94
-1
votes
1 answer

ARA Records Ansible: "No directory at: /home/user/.ara/server/www/static/"

I am facing this issue when I try to enter an ara command: cd ~ ara playbook list Output: /usr/local/lib/python3.8/dist-packages/django/core/handlers/base.py:58: UserWarning: No directory at: /home/user/.ara/server/www/static/ mw_instance =…
H.N.
  • 1,207
  • 2
  • 12
  • 28