Suppose we have a joint distribution on vector $[\mathbf{x}, y]$: $$ p([y, \mathbf{x}] ) = \mathcal{N}\left(\begin{pmatrix} y \\ \mathbf{x}\end{pmatrix}| 0, \begin{pmatrix} k& \mathbf{v} \\ \mathbf{v}^T & K\end{pmatrix}\right), $$ where $\mathbf{x} \in \mathbb{R}^N$, $y \in \mathbb{R}$. And also we know distribution of $\mathbf{x}$ conditioned on some data $D$: $$ q(\mathbf{x}| D) = \mathcal{N} (\mu, \sigma^2 I). $$ How does analytical expression for $p(y| D)$ look like (i.e. how to handle such an integral in the simplest way)?: $$ p(y| D) = \int p(y| \mathbf{x}) q(\mathbf{x}| D) d \mathbf{x} = ? $$
So, I try to solve this, but all I obtain looks like a monster, which isn't appropriate for me, so I have to use this expression further through my research.